diff options
Diffstat (limited to 'apps/misc.h')
| -rw-r--r-- | apps/misc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/misc.h b/apps/misc.h index 926170e..b0adb92 100644 --- a/apps/misc.h +++ b/apps/misc.h @@ -109,4 +109,8 @@ void check_bootfile(bool do_rolo); /* check range, set volume and save settings */ void setvol(void); +#ifdef HAVE_LCD_COLOR +int hex_to_rgb(const char* hex); +#endif + #endif /* MISC_H */ |