I tried to display some text or graphics with both Arduino IDE and M5Flow(python).
When using an Arduino, it can update the screen without flickering using the M5EPD. But python doesn't.
Is there a way with python to update only one character, not the whole screen like M5EPD? Even using "partial show", the small area blinks.
And one more thing, is there a way to prevent the screen from flickering when waking up the device after executing m5.shutdown() on the Arduino?
B
Latest posts made by BBulMushroom
-
M5Paper - Flickering when updating screen