Starting to move files about, fonts first

This commit is contained in:
rljonesau 2018-12-16 14:55:12 +11:00
parent e000927d88
commit b07b7db8db
20 changed files with 5 additions and 7 deletions

View file

@ -1,7 +1,5 @@
#include <Arduino.h>
#include "Screen.h"
#include "128x64OLED.h"
#include "ScreenManager.h"
// base class functionality for screens

View file

@ -26,7 +26,7 @@
#include "BTCWifi.h"
#include "Tahoma8.h"
#include "FranklinGothic.h"
#include "Arial.h"
#include "src/fonts/Arial.h"
///////////////////////////////////////////////////////////////////////////
//

View file

@ -33,7 +33,7 @@
#include "helpers.h"
#include "Screen5.h"
#include "BTCWifi.h"
#include "Arial.h"
#include "src/fonts/Arial.h"
CScreen5::CScreen5(C128x64_OLED& display, CScreenManager& mgr) : CScreenHeader(display, mgr)

View file

@ -32,7 +32,7 @@
#include "KeyPad.h"
#include "helpers.h"
#include "Screen6.h"
#include "Arial.h"
#include "src/fonts/Arial.h"
#include "Clock.h"

View file

@ -9,7 +9,7 @@
#include "helpers.h"
#include "NVStorage.h"
#include "Clock.h"
#include "Arial.h"
#include "src/fonts/Arial.h"
#define MINIFONT miniFontInfo

View file

@ -1,4 +1,4 @@
#include "FontTypes.h"
#include "../../FontTypes.h"
// Font data for Arial 8pt
extern const uint8_t PROGMEM arial_8ptBitmaps [];