Encapsulate the drawing of the screen into Screens classes.

This commit is contained in:
JF
2020-01-18 18:17:52 +01:00
parent f14ba4a7e3
commit f049f382f0
16 changed files with 303 additions and 152 deletions

View File

@@ -0,0 +1,2 @@
#include "Screen.h"
using namespace Pinetime::Applications::Screens;