|
binary Clock
|
Color related definitions and structures. More...
Go to the source code of this file.
Data Structures | |
| struct | LED_color_t |
| structure to keep track of color information More... | |
Macros | |
| #define | COLOR_BITS 8 |
| Defines the amount of color resolution. More... | |
| #define | COLOR_ADDR 0 |
| starting address in EEPROM where color info is saved More... | |
Functions | |
| void | save_colors (LED_color_t *color_ptr) |
| retval_t | load_colors (LED_color_t *color_ptr) |
Color related definitions and structures.
| #define COLOR_ADDR 0 |
starting address in EEPROM where color info is saved
| #define COLOR_BITS 8 |
Defines the amount of color resolution.
| retval_t load_colors | ( | LED_color_t * | color_ptr | ) |
| void save_colors | ( | LED_color_t * | color_ptr | ) |
1.8.14