m5stack / M5Stack_MicroPython

MicroPython for ESP32 with psRAM support
Other
230 stars 53 forks source link

Title object in M5UI module got a wrong background color #16

Open RuofengX opened 4 years ago

RuofengX commented 4 years ago

In micropython, UIflow 1.4.5.1 using codes below will cause the backgound color disappearing: main.txt

RuofengX commented 4 years ago

Using title0 = M5Title(title="Title", x=3 , fgcolor=0xFFFFFF, bgcolor=0x0000FF) to change title content is still working, but that may cause performance issue.