board/vfd.c: Add stub emu for "VFD" LCD

This commit is contained in:
Tau
2019-08-30 19:04:39 -04:00
parent 6c5673dd24
commit 61c7905a32
3 changed files with 69 additions and 0 deletions

View File

@ -30,5 +30,7 @@ board_lib = static_library(
'slider-cmd.h',
'slider-frame.c',
'slider-frame.h',
'vfd.c',
'vfd.h',
],
)