diff --git a/Display.h b/Display.h index 218f46b..9245d49 100644 --- a/Display.h +++ b/Display.h @@ -288,7 +288,7 @@ bool display_init() { #if DISPLAY == OLED if(!display.begin(SSD1306_SWITCHCAPVCC, display_address)) { #elif DISPLAY == EINK_BW || DISPLAY == EINK_3C - // don't display_ini check if display is actually connected + // don't check if display is actually connected if(false) { #endif return false; diff --git a/Graphics.h b/Graphics.h index fd752bc..47f19bf 100644 --- a/Graphics.h +++ b/Graphics.h @@ -408,7 +408,7 @@ const unsigned char bm_dot_sqr [] PROGMEM = { 0x80, 0x00, 0x40, 0x00, 0x00, 0x00, 0xaa, 0xd5, 0x40 }; -#elif ((DISP_H == 122 || DISP_H == 200) || DISP_H == 200) +#elif (DISP_H == 122 || DISP_H == 200) // use 122px wide graphics const unsigned char bm_bt [] PROGMEM = {