Katrin 32. Geburtstag
This commit is contained in:
parent
bc29e0c6b7
commit
7c1167606c
@ -269,18 +269,18 @@ private:
|
|||||||
|
|
||||||
void drawYear(Display& display, int year) const {
|
void drawYear(Display& display, int year) const {
|
||||||
if (plus1DayForSleepingCount) {
|
if (plus1DayForSleepingCount) {
|
||||||
uint8_t x = 0;
|
uint8_t x = 1;
|
||||||
x += display.print(x, 1,SYMBOL_E, WHITE, true);
|
x += display.printM(x, 1, WHITE);
|
||||||
|
x += 1;
|
||||||
|
x += display.print(x, 1,SYMBOL_A, WHITE, true);
|
||||||
x += 1;
|
x += 1;
|
||||||
x += display.printM(x, 1, WHITE);
|
x += display.printM(x, 1, WHITE);
|
||||||
x += 1;
|
x += 1;
|
||||||
x += display.printI(x, 1, WHITE);
|
x += display.print(x, 1,SYMBOL_A, WHITE, true);
|
||||||
|
x += 4;
|
||||||
|
x += display.print(x, 1, 3, WHITE, true);
|
||||||
x += 1;
|
x += 1;
|
||||||
x += display.print(x, 1,SYMBOL_L, WHITE, true);
|
x += display.print(x, 1, 2, WHITE, true);
|
||||||
x += 3;
|
|
||||||
x += display.print(x, 1, 5, WHITE, true);
|
|
||||||
x += 3;
|
|
||||||
display.printCreeper(x, 0);
|
|
||||||
} else {
|
} else {
|
||||||
uint8_t x = 8;
|
uint8_t x = 8;
|
||||||
x += display.print(x, 1, year / 1000 % 10, WHITE, true) + 1;
|
x += display.print(x, 1, year / 1000 % 10, WHITE, true) + 1;
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
#include "display/Display.h"
|
#include "display/Display.h"
|
||||||
|
|
||||||
#define FAKE_DAYS 0
|
#define FAKE_DAYS 0
|
||||||
#define FAKE_HOURS 0
|
#define FAKE_HOURS 2
|
||||||
#define FAKE_MINUTES 0
|
#define FAKE_MINUTES 0
|
||||||
#define FAKE_SECONDS 0
|
#define FAKE_SECONDS 0
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user