summaryrefslogtreecommitdiff
path: root/src/app/ssd1306test/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/ssd1306test/Makefile.inc')
-rw-r--r--src/app/ssd1306test/Makefile.inc7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/app/ssd1306test/Makefile.inc b/src/app/ssd1306test/Makefile.inc
index 8c4936b..3f0e13e 100644
--- a/src/app/ssd1306test/Makefile.inc
+++ b/src/app/ssd1306test/Makefile.inc
@@ -7,8 +7,13 @@
ifdef app
loop = 1
override arch_drivers += ,i2c
+ CONFIG_meta_driver_i2c = y
+ CONFIG_meta_driver_hardware_i2c = y
CONFIG_driver_ssd1306 = y
- COMMON_FLAGS += -DCONFIG_driver_ssd1306
CONFIG_driver_ssd1306_width = 128
CONFIG_driver_ssd1306_height = 64
+ CONFIG_framebuffer = y
+ CONFIG_framebuffer_width = 128
+ CONFIG_framebuffer_height = 64
+ COMMON_FLAGS += -DCONFIG_driver_ssd1306 -DCONFIG_meta_driver_i2c -DCONFIG_meta_driver_hardware_i2c -DCONFIG_driver_ssd1306 -DCONFIG_driver_ssd1306_width=128 -DCONFIG_driver_ssd1306_height=64 -DCONFIG_framebuffer -DCONFIG_framebuffer_width=128 -DCONFIG_framebuffer_height=64
endif