Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions t-watch_wordclock_V1_0.ino
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

#include"config.h"
#include <adafruit_gfx.h>
#include <Adafruit_GFX.h>

// "FreeSans12ptWordClock.h" is the filename of the font. This font is a variation of FreeSans12pt7p.h of ardufruit_GFX. Only the capital letters were used and "O'", "Ä", "Ö" and "Ü" were added
// This font is a variation of FreeSans12pt7p.h of ardufruit_GFX. Only the capital letters were used and "O'", "Ä", "Ö" and "Ü" were added
// Thanks to DenSyo for his Excel fonts editor-converter. You will find it here
// https://forum.arduino.cc/index.php?topic=447956.msg3082388#msg3082388
#include"FreeSans12ptWordClock.h"
#include "FreeSans12ptWordclock.h"

#include "calcMatrix.c" // part of the program which has been outsourced for more clarity

Expand Down