You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
remove semicolumns
This commit is contained in:
@@ -5,11 +5,11 @@ import mpos.ui
|
||||
|
||||
RED = lv.palette_main(lv.PALETTE.RED)
|
||||
|
||||
DARKPINK = lv.color_hex(0xEC048C);
|
||||
MEDIUMPINK = lv.color_hex(0xF480C5);
|
||||
LIGHTPINK = lv.color_hex(0xF9E9F2);
|
||||
DARKYELLOW = lv.color_hex(0xFBDC05);
|
||||
LIGHTYELLOW = lv.color_hex(0xFBE499);
|
||||
DARKPINK = lv.color_hex(0xEC048C)
|
||||
MEDIUMPINK = lv.color_hex(0xF480C5)
|
||||
LIGHTPINK = lv.color_hex(0xF9E9F2)
|
||||
DARKYELLOW = lv.color_hex(0xFBDC05)
|
||||
LIGHTYELLOW = lv.color_hex(0xFBE499)
|
||||
|
||||
theme = lv.theme_default_init(display._disp_drv, DARKPINK, DARKYELLOW, False, lv.font_montserrat_12)
|
||||
#theme = lv.theme_default_init(display._disp_drv, DARKPINK, DARKYELLOW, True, lv.font_montserrat_12)
|
||||
|
||||
Reference in New Issue
Block a user