2020-05-21 03:58 AM
I want to chang the theme in our device, like windows which has bright or dark theme.How to do?
2020-05-22 06:53 AM
Hello,
You could save a value in the Model like uint8_t theme = 0 (if bright theme) or 1 (if dark theme).
When you enter a screen you first check this value and load the assets and colors accordingly.
/Alexandre
2020-06-09 03:30 AM
Thanks for your answer.
2020-09-17 09:32 AM
@Alexandre RENOUX could you describe how to do this to invert a 1 bit lcd?