Continue checkpoint rendering
This commit is contained in:
parent
2c5162b635
commit
ac5bddd9f4
5 changed files with 33 additions and 33 deletions
10
settings.h
10
settings.h
|
@ -126,19 +126,19 @@
|
|||
#define LCR_SETTING_GHOST_COLOR 0xff00
|
||||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_CHECKPOINT0_COLOR
|
||||
#ifndef LCR_SETTING_CHECKPOINT_0_COLOR
|
||||
/** Color of untaken checkpoint (in RGB565). */
|
||||
#define LCR_SETTING_CHECKPOINT0_COLOR 0x0f00
|
||||
#define LCR_SETTING_CHECKPOINT_0_COLOR 0x37e0
|
||||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_CHECKPOINT1_COLOR
|
||||
#ifndef LCR_SETTING_CHECKPOINT_1_COLOR
|
||||
/** Color of taken checkpoint (in RGB565). */
|
||||
#define LCR_SETTING_CHECKPOINT1_COLOR 0xf000
|
||||
#define LCR_SETTING_CHECKPOINT_1_COLOR 0xdefb
|
||||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_FINISH_COLOR
|
||||
/** Color of finish block (in RGB565). */
|
||||
#define LCR_SETTING_FINISH_COLOR 0x00f0
|
||||
#define LCR_SETTING_FINISH_COLOR 0xf900
|
||||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_SMOOTH_ANIMATIONS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue