Partially rework fonts (again)
This commit is contained in:
+1
-5
@@ -9,6 +9,7 @@
|
||||
#include "globals.h"
|
||||
#include "NTPupdate.h"
|
||||
#include "rtc.hpp"
|
||||
#include "main.h"
|
||||
|
||||
void ShowAdvancedRDS();
|
||||
void readRds();
|
||||
@@ -22,9 +23,4 @@ void showCT();
|
||||
void ShowErrors();
|
||||
void ShowRDSStatistics();
|
||||
|
||||
extern void ShowRDSLogo(bool RDSstatus);
|
||||
extern void DataPrint(String string);
|
||||
extern void tftPrint(int8_t offset, const String & text, int16_t x, int16_t y, int color, int smoothcolor, uint8_t fontsize);
|
||||
extern void tftReplace(int8_t offset, const String & textold, const String & text, int16_t x, int16_t y, int color, int smoothcolor, int background, uint8_t fontsize);
|
||||
extern bool isDST(time_t t);
|
||||
extern const char* textUI(uint16_t number);
|
||||
|
||||
Reference in New Issue
Block a user