mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
glcd: fix f0fbe6e
Origin commit data ------------------ Branch: ni/coolstream Commit:d5d07f752e
Author: vanhofen <vanhofen@gmx.de> Date: 2020-06-23 (Tue, 23 Jun 2020) Origin message was: ------------------ - glcd: fixf0fbe6e
------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit
This commit is contained in:
@@ -48,8 +48,8 @@ const char * const file_name[] =
|
||||
|
||||
const char * const file_path[] =
|
||||
{
|
||||
ICONSDIR_VAR "/oled/clock/"
|
||||
ICONSDIR "/oled/clock/",
|
||||
ICONSDIR_VAR "/oled/clock/",
|
||||
ICONSDIR "/oled/clock/"
|
||||
};
|
||||
#define NUMBER_OF_PATHS (sizeof(file_path)/sizeof(file_path[0]))
|
||||
|
||||
|
@@ -65,8 +65,8 @@ const char * const digit_name[] =
|
||||
|
||||
const char * const digit_path[] =
|
||||
{
|
||||
ICONSDIR_VAR "/oled/clock/"
|
||||
ICONSDIR "/oled/clock/",
|
||||
ICONSDIR_VAR "/oled/clock/",
|
||||
ICONSDIR "/oled/clock/"
|
||||
};
|
||||
#define NUMBER_OF_PATHS (sizeof(digit_path)/sizeof(digit_path[0]))
|
||||
|
||||
|
@@ -60,8 +60,8 @@ const char * const weather_name[] =
|
||||
|
||||
const char * const weather_path[] =
|
||||
{
|
||||
ICONSDIR_VAR "/oled/weather/"
|
||||
ICONSDIR "/oled/weather/",
|
||||
ICONSDIR_VAR "/oled/weather/",
|
||||
ICONSDIR "/oled/weather/"
|
||||
};
|
||||
#define NUMBER_OF_PATHS (sizeof(weather_path)/sizeof(weather_path[0]))
|
||||
|
||||
|
Reference in New Issue
Block a user