Skip to content

Commit 6780d8a

Browse files
committed
Enable HAS_DISPLAY define for ttgobeam.h
1 parent 23dc070 commit 6780d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/hal/ttgobeam.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
//#define BME680_ADDR BME68X_I2C_ADDR_LOW // !! connect SDIO of BME680 to GND !!
3434

3535
// display (if connected)
36-
//#define HAS_DISPLAY 1
36+
#define HAS_DISPLAY 1
3737
#define MY_DISPLAY_SDA SDA
3838
#define MY_DISPLAY_SCL SCL
3939
#define MY_DISPLAY_RST NOT_A_PIN

0 commit comments

Comments
 (0)