mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
- glcd: remove unnecessary defines; count arrays automatically; fix path to icons
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -28,10 +28,6 @@
|
||||
#pragma GCC diagnostic warning "-Wunused-parameter"
|
||||
#include "glcd.h"
|
||||
|
||||
#define LCDDIR_VAR "/usr/share/tuxbox/neutrino/icons"
|
||||
|
||||
#define LCD_NUMBER_OF_DIGITS 11
|
||||
|
||||
void InitDigitalClock();
|
||||
void RenderTimeDigit(int _digit, int x, int y);
|
||||
void RenderDots(int x, int y);
|
||||
|
Reference in New Issue
Block a user