SuIông N.
SuIông N.
I believe I have similar problem on a 5.10 kernel. the module compiled and loaded sucessfully. xrandr does shows new HDMI display but says "unknown connection". [421796.887484] fl2000: loading out-of-tree...
Hypothetically, unused ascii control character can be repurposed to save space, right ? For example, we can made a special font with some control character replaced with Hebrew alphabet, and...
I just tried this out. It works perfectly.
This add 4kb to the final firmware.
@JustScott at this point, maybe open another PR isn't a bad idea after all.
lv_obj_t* alert_age should be the last object to be created. Otherwise, objects such as alert_caller will be on top of it and cause the alert_age to be invisible in IncomingCall...
@timonoj While UI had been heavily discussed here for multiple times, I don't think it is the most challenging part of implementing multiple alarms. For example, the number of timer...
Flappy Bird is a good name. But that's already taken. flappy-something-else is also very likely to be in the Google search result. Maybe we should avoid the word "flappy" altogether.
Restoring previous state should be something easy to implement. We would have to modify "QuickSettings.cpp", because notification state can change after auto sleep is set. we would also need to...
There's another undefined behavior. What if previous setting is "sleep" ? Should the notification be set to on, off , or sleep ? I can imagine each option would have...