mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 02:41:12 +02:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user