@@ -196,8 +196,6 @@ const BBPANELDEF panelDefs[] = {
196196 4 , 14 , 39 , 40 , BB_NOT_USED, 0 , 46 , u8GrayMatrix, sizeof (u8GrayMatrix), 0 }, // BB_PANEL_V7_103
197197 {960 , 540 , 20000000 , BB_PANEL_FLAG_SLOW_SPH, {11 ,12 ,13 ,14 ,21 ,47 ,45 ,38 }, 8 , BB_NOT_USED, BB_NOT_USED, 39 , 9 , 0 , 0 ,
198198 10 , 0 , 2 , 42 , 1 , 0 , 46 /* LoRa CS */ , u8M5Matrix, sizeof (u8M5Matrix), 0 }, // BB_PANEL_LILYGO_T5PRO
199- {960 , 540 , 20000000 , BB_PANEL_FLAG_SLOW_SPH, {8 ,1 ,2 ,3 ,4 ,5 ,6 ,7 }, 8 , BB_NOT_USED, BB_NOT_USED, 38 , 40 , 0 , 0 ,
200- 41 , 0 , 13 , 12 , 0 , 0 , 47 , u8M5Matrix, sizeof (u8M5Matrix), 0 }, // BB_PANEL_LILYGO_T5V24
201199};
202200//
203201// Forward references for panel callback functions
@@ -206,8 +204,6 @@ const BBPANELDEF panelDefs[] = {
206204int LilyGoEinkPower (void *pBBEP, int bOn);
207205int LilyGoIOInit (void *pBBEP);
208206void LilyGoRowControl (void *pBBEP, int iMode);
209- // LilyGo T5S3-Pro
210- int LilyGoV24EinkPower (void *pBBEP, int bOn);
211207// M5Stack PaperS3
212208int PaperS3EinkPower (void *pBBEP, int bOn);
213209int PaperS3IOInit (void *pBBEP);
@@ -243,7 +239,6 @@ const BBPANELPROCS panelProcs[] = {
243239 {EPDiyV7RAWEinkPower, EPDiyV7RAWIOInit, EPDiyV7RowControl, NULL , NULL }, // BB_PANEL_V7_RAW
244240 {EPDiyV7EinkPower, EPDiyV7IOInit, EPDiyV7RowControl, EPDiyV7IODeInit, EPDiyV7ExtIO}, // BB_PANEL_V7_103
245241 {LilyGoEinkPower, LilyGoIOInit, LilyGoRowControl, NULL , NULL },// BB_PANEL_LILYGO_T5PRO
246- {LilyGoEinkPower, LilyGoIOInit, LilyGoRowControl, NULL , NULL },// BB_PANEL_LILYGO_T5V24
247242};
248243
249244uint8_t ioRegs[24 ]; // MCP23017 copy of I/O register state so that we can just write new bits
0 commit comments