Open RuofengX opened 4 years ago
In micropython, UIflow 1.4.5.1 using codes below will cause the backgound color disappearing: main.txt
Using title0 = M5Title(title="Title", x=3 , fgcolor=0xFFFFFF, bgcolor=0x0000FF) to change title content is still working, but that may cause performance issue.
title0 = M5Title(title="Title", x=3 , fgcolor=0xFFFFFF, bgcolor=0x0000FF)
In micropython, UIflow 1.4.5.1 using codes below will cause the backgound color disappearing: main.txt