You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Comments
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# LilyGo T-Display non-touch edition
|
||||
|
||||
print("lilygo_t_display_s3.py running")
|
||||
|
||||
import lcd_bus
|
||||
@@ -39,7 +41,7 @@ mpos.ui.main_display = st7789.ST7789(
|
||||
frame_buffer2=fb2,
|
||||
display_width=170,
|
||||
display_height=320,
|
||||
#color_space=lv.COLOR_FORMAT.RGB565,
|
||||
#color_space=lv.COLOR_FORMAT.RGB565, # gives bad colors
|
||||
color_space=lv.COLOR_FORMAT.RGB888,
|
||||
color_byte_order=st7789.BYTE_ORDER_RGB,
|
||||
# rgb565_byte_swap=False, # always False is data_bus.get_lane_count() == 8
|
||||
|
||||
Reference in New Issue
Block a user