@omz, this is not a big issue, and your solution probably was meant more as a hack than anything else. But I use the following in pythonista_startup.py
from objc_util import *
UIScreen = ObjCClass('UIScreen')
screen = UIScreen.mainScreen()
screen.setBrightness_(0.2)
It works great. But when my ipad goes to sleep and I re wake it, it goes back to the last manually adusted brightness setting. As I say, it's not a big deal. But you suggested that a long time ago. I think maybe you or someone else now knows a way to set this type of setting/attr to be persistent