diff --git a/src/hal/olimexpoeiso.h b/src/hal/olimexpoeiso.h index dcc32e43..bd962b94 100644 --- a/src/hal/olimexpoeiso.h +++ b/src/hal/olimexpoeiso.h @@ -21,4 +21,10 @@ #define HAS_BUTTON KEY_BUILTIN // on board button #define HAS_LED NOT_A_PIN // no on board LED +//#define HAS_DISPLAY 1 +//#define MY_DISPLAY_FLIP 1 // use if display is rotated +//#define MY_DISPLAY_SDA SDA +//#define MY_DISPLAY_SCL SCL +//#define MY_DISPLAY_RST NOT_A_PIN + #endif