mirror of
https://github.com/bendtherules/Patient-counter-esp8266.git
synced 2026-08-18 13:52:39 +00:00
Make right blue
This commit is contained in:
Binary file not shown.
+3
-3
@@ -1,9 +1,9 @@
|
||||
#ifndef BUILD_NUMBER
|
||||
#define BUILD_NUMBER 74
|
||||
#define BUILD_NUMBER 75
|
||||
#endif
|
||||
#ifndef VERSION
|
||||
#define VERSION "v0.1.74 - 2023-12-10 11:50:48.393610"
|
||||
#define VERSION "v0.1.75 - 2023-12-10 11:53:08.758201"
|
||||
#endif
|
||||
#ifndef VERSION_SHORT
|
||||
#define VERSION_SHORT "v0.1.74"
|
||||
#define VERSION_SHORT "v0.1.75"
|
||||
#endif
|
||||
|
||||
+1
-1
@@ -146,7 +146,7 @@ void showOutsideNumberSingle(uint8_t number, DISPLAY_POSITION pos, bool show = f
|
||||
for (size_t tmp_x = 0; tmp_x < FONT_WIDTH; tmp_x++)
|
||||
{
|
||||
uint8_t ledIndex = tmp_y * LED_WIDTH + tmp_x + (pos == POSITION_LEFT ? 0 : FONT_WIDTH);
|
||||
leds[ledIndex + SKIP_LEDS] = FONT_NUMBERS[number][tmp_y][tmp_x] ? (pos == POSITION_LEFT ? myBlue : myRed) : CRGB::Black;
|
||||
leds[ledIndex + SKIP_LEDS] = FONT_NUMBERS[number][tmp_y][tmp_x] ? (pos == POSITION_LEFT ? myBlue : myBlue) : CRGB::Black;
|
||||
}
|
||||
}
|
||||
if (show) {
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
74
|
||||
75
|
||||
Reference in New Issue
Block a user