Skip to content

Commit d822b42

Browse files
committed
prefect: Modify the bpp of t-displays3-amoled to 16
Reduce the memory overhead of bitmap Signed-off-by: lbuque <1102390310@qq.com>
1 parent f5790f3 commit d822b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tft_config/t-displays3-amoled/tft_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def config():
3030
width=240,
3131
height=536
3232
)
33-
rm = lcd.RM67162(panel, reset=Pin(17), bpp=24)
33+
rm = lcd.RM67162(panel, reset=Pin(17), bpp=16)
3434
rm.reset()
3535
rm.init()
3636
# rm.custom_init(rm67162_qspi_init)

0 commit comments

Comments
 (0)