Skip to content

Commit

Permalink
english fontface fully fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
RBEGamer committed Jan 23, 2023
1 parent e3a84f9 commit 45bf8c9
Show file tree
Hide file tree
Showing 28 changed files with 70,224 additions and 4 deletions.
Binary file not shown.
Binary file not shown.
Binary file modified src/base/wordclock/build_u2f/WORDCLOCK_V1_RP2040_3.2.2_Debug.uf2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified src/base/wordclock/build_u2f/WORDCLOCK_V2_RP2040_3.2.2_Debug.uf2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
8 changes: 4 additions & 4 deletions src/base/wordclock/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -438,11 +438,11 @@ int main()
{
last_tsec = t.sec;
printf("h%i m%i s%i b%i\n", t.hour, t.min, t.sec, current_brightness);
#ifdef DEBUG
update_display_time(ledStrip, t.min%24, t.sec, t.sec);
#else
//#ifdef DEBUG
// update_display_time(ledStrip, t.min%24, t.sec, t.sec);
//#else
update_display_time(ledStrip, t.hour, t.min, t.sec);
#endif
//#endif
}
// CHECK BRIGHTNESS
if (current_brightness_mode == 0)
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
35,110 changes: 35,110 additions & 0 deletions src/firmware_builds/V3.2.2/PCBv1/esp8266.esp8266.generic/wifiextention.ino.map

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
35,110 changes: 35,110 additions & 0 deletions src/firmware_builds/V3.2.2/PCBv2/esp8266.esp8266.nodemcu/wifiextention.ino.map

Large diffs are not rendered by default.

0 comments on commit 45bf8c9

Please sign in to comment.