refactor naming

This commit is contained in:
j3d1 2021-02-24 20:37:27 +01:00
parent e0181cc3e8
commit 24d6e756ee
30 changed files with 569 additions and 534 deletions

View file

@ -1,7 +1,7 @@
TARGET = main
SRC = hal.cpp main.cpp example.cpp buttons.cpp
SRC += gfx/screen.cpp gfx/canvas.cpp gfx/font.cpp gfx/layout.cpp gfx/buffer.cpp
SRC += gfx/Screen.cpp gfx/Canvas.cpp gfx/Font.cpp gfx/Layout.cpp gfx/Buffer.cpp
SRC += fonts/basic_5x4.cpp