single repo
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
add_library(ssd1306_textRenderer
|
||||
TextRenderer.cpp
|
||||
5x8_font.h
|
||||
8x8_font.h
|
||||
12x16_font.h
|
||||
16x32_font.h
|
||||
)
|
||||
|
||||
target_link_libraries(ssd1306_textRenderer
|
||||
hardware_i2c
|
||||
pico_stdlib
|
||||
)
|
||||
Reference in New Issue
Block a user