glcd: merge led/lcd/simple clock into a single source file

Origin commit data
------------------
Branch: ni/coolstream
Commit: f20ce17314
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-06-21 (Sun, 21 Jun 2020)

Origin message was:
------------------
- glcd: merge led/lcd/simple clock into a single source file

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2020-06-21 22:00:26 +02:00
parent ed287e7135
commit 4f4cc1656d
13 changed files with 50 additions and 257 deletions

View File

@@ -29,6 +29,6 @@
#include "glcd.h"
void InitSimpleClock();
void SimpleClockUpdateFonts();
void RenderSimpleClock(std::string Time, int x, int y);
void ShowSimpleClock(std::string Time);
void SimpleClockUpdateFonts(int mode);
void RenderSimpleClock(std::string Time, int x, int y, int mode);
void ShowSimpleClock(std::string Time, int mode = cGLCD::CLOCK_SIMPLE);