Move all column data 10 pixels below header

This commit is contained in:
Chad 2026-03-30 09:57:31 -05:00
parent a5d2d7bc7c
commit 96e632b869

View file

@ -603,7 +603,7 @@ void drawDashboard() {
int col1X = 20;
int col2X = 280;
int col3X = 540;
int labelY = 60;
int labelY = 70;
int priceY = labelY + 28;
lcd.setTextColor(TFT_ORANGE, TFT_BLACK);