Driver and example for SSD1306 128x64 I2C display (#254)
This commit is contained in:
parent
e71919410d
commit
5b12ba54dc
9 changed files with 644 additions and 0 deletions
9
extras/ssd1306/component.mk
Normal file
9
extras/ssd1306/component.mk
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Component makefile for extras/ssd1306
|
||||
|
||||
# expected anyone using ssd1306 driver includes it as 'ssd1306/ssd1306.h'
|
||||
INC_DIRS += $(ssd1306_ROOT)..
|
||||
|
||||
# args for passing into compile rule generation
|
||||
ssd1306_SRC_DIR = $(ssd1306_ROOT)
|
||||
|
||||
$(eval $(call component_compile_rules,ssd1306))
|
||||
Loading…
Add table
Add a link
Reference in a new issue