Revert "Revert "ssd1306 2D and font""

This reverts commit fbc486189b.
This commit is contained in:
lilian 2016-12-08 13:03:41 +01:00
parent fbc486189b
commit 83e5124ec5
10 changed files with 7266 additions and 0 deletions

View file

@ -0,0 +1,4 @@
PROGRAM=SSD1306_fps
EXTRA_COMPONENTS = extras/fonts extras/ssd1306 extras/i2c
PROGRAM_SRC_DIR=. ./fonts
include ../../common.mk