Set display data rate to 20MHz for optimal performance in Cat Medication Tracker

This commit is contained in:
Joshua King
2026-03-06 13:52:42 -05:00
parent 6dcab86122
commit eea8f239fa

View File

@@ -68,8 +68,6 @@ spi:
clk_pin: GPIO14
mosi_pin: GPIO13
miso_pin: GPIO12
# Set bus rate here to ensure the TFT doesn't run too fast at startup.
frequency: 20MHz
# ILI9488 Display (3.5" 320x480, portrait)
display:
@@ -82,6 +80,7 @@ display:
rotation: 0
invert_colors: true
color_order: bgr
data_rate: 20MHz
dimensions:
width: 320
height: 480