karawin / Ka-Radio32

esp32 version of Ka-Radio (https://github.com/karawin/Ka-Radio) by jp Cocatrix
515 stars 155 forks source link

ttgotdisplay.csv still has type 199 instead of 204 #205

Closed mfsysprog closed 3 years ago

mfsysprog commented 3 years ago

You forgot to change the O_LCD_TYPE to the new 204 definition in the ttgotdisplay.csv I've tested the 2.1 R0 succesfully after applying the below change:

diff --git a/boards/ttgotdisplay.csv b/boards/ttgotdisplay.csv
index 5d0fb9ad..c119451e 100644
--- a/boards/ttgotdisplay.csv
+++ b/boards/ttgotdisplay.csv
@@ -43,7 +43,7 @@ P_ADC_KBD,data,u8,255
 P_BACKLIGHT,data,u8,4

 option_space,namespace,,
-O_LCD_TYPE,data,u8,199
+O_LCD_TYPE,data,u8,204
 O_LCD_ROTA,data,u8,0
 O_LCD_OUT,data,u32,0
 O_DDMM_FLAG,data,u8,0
karawin commented 3 years ago

Oups, i haven' t checked. Corrected, thanks.