Skip to content

Commit 63b1fd9

Browse files
committed
Removed non-working LilyGo T5 V2.4
1 parent a8f3d51 commit 63b1fd9

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/FastEPD.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ enum {
6969
BB_PANEL_V7_RAW,
7070
BB_PANEL_V7_103,
7171
BB_PANEL_LILYGO_T5PRO,
72-
BB_PANEL_LILYGO_T5V24,
7372
BB_PANEL_CUSTOM,
7473
BB_PANEL_VIRTUAL,
7574
BB_PANEL_COUNT

src/FastEPD.inl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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[] = {
206204
int LilyGoEinkPower(void *pBBEP, int bOn);
207205
int LilyGoIOInit(void *pBBEP);
208206
void LilyGoRowControl(void *pBBEP, int iMode);
209-
// LilyGo T5S3-Pro
210-
int LilyGoV24EinkPower(void *pBBEP, int bOn);
211207
// M5Stack PaperS3
212208
int PaperS3EinkPower(void *pBBEP, int bOn);
213209
int 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

249244
uint8_t ioRegs[24]; // MCP23017 copy of I/O register state so that we can just write new bits

0 commit comments

Comments
 (0)