mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 03:57:07 +03:00
more display refactoring, led bug correction
This commit is contained in:
@@ -58,10 +58,9 @@ static EXT_RAM_ATTR struct {
|
||||
|
||||
static void displayer_task(void *args);
|
||||
|
||||
struct GDS_Device *display;
|
||||
struct GDS_Device* SSD1306_Detect(char *Driver, struct GDS_Device* Device);
|
||||
struct GDS_Device* SH1106_Detect(char *Driver, struct GDS_Device* Device);
|
||||
GDS_DetectFunc drivers[] = { SH1106_Detect, SSD1306_Detect, NULL };
|
||||
struct GDS_Device *display;
|
||||
extern GDS_DetectFunc SSD1306_Detect, SSD132x_Detect, SH1106_Detect;
|
||||
GDS_DetectFunc *drivers[] = { SH1106_Detect, SSD1306_Detect, SSD132x_Detect, NULL };
|
||||
|
||||
/****************************************************************************************
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user