Add driver for Samsung 16LF01 VFD display.
This commit is contained in:
parent
c1aa8f2e73
commit
54918803bb
6 changed files with 247 additions and 0 deletions
9
extras/vfd16lf01/component.mk
Normal file
9
extras/vfd16lf01/component.mk
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Component makefile for extras/vfd16lf01
|
||||
|
||||
# expected anyone using bmp driver includes it as 'vfd16lf01/vfd16lf01.h'
|
||||
INC_DIRS += $(vfd16lf01_ROOT)..
|
||||
|
||||
# args for passing into compile rule generation
|
||||
vfd16lf01_SRC_DIR = $(vfd16lf01_ROOT)
|
||||
|
||||
$(eval $(call component_compile_rules,vfd16lf01))
|
||||
Loading…
Add table
Add a link
Reference in a new issue