glcd: remove unnecessary defines; count arrays automatically; fix path to icons

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

Origin message was:
------------------
- glcd: remove unnecessary defines; count arrays automatically; fix path to icons

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2020-06-23 01:05:35 +02:00
parent 529b217443
commit f2174ab04a
6 changed files with 24 additions and 33 deletions

View File

@@ -25,10 +25,6 @@
#include "glcd.h"
#define LCDDIR_VAR "/usr/share/tuxbox/neutrino/icons"
#define LCD_NUMBER_OF_FILES 3
void InitAnalogClock();
void RenderClock(int x, int y);
void RenderHands(int hour, int min, int sec, int posx, int posy, int hour_size, int min_size, int sec_size);