added gfx (empty test)

working on gfx module
added a few draw function
gfx still wip
added tamplate for test
This commit is contained in:
2022-06-19 19:46:17 +02:00
parent a2ded46eb3
commit d0b533daf9
4 changed files with 435 additions and 5 deletions

View File

@@ -10,12 +10,13 @@ set(INCLUDE_DIRS
)
set(SRCS
../../oled/oled.c
../../oled/connection.c
../../oled/ssd1306/ssd1306.c
../../oled/sh1106/sh1106.c
# ../../oled/oled.c
# ../../oled/connection.c
# ../../oled/ssd1306/ssd1306.c
# ../../oled/sh1106/sh1106.c
helpers/src/mock_i2c.c
# helpers/src/mock_i2c.c
oled_test.c
)
add_definitions(-DTEST)