Skip to content

Commit

Permalink
Move fonts to root, apparently Arduino 1.6.5 does not like subfolders.
Browse files Browse the repository at this point in the history
Strangely enough, it worked on 1.6.7… But that version had other issues.
  • Loading branch information
DJFliX committed Feb 16, 2016
1 parent 46814f7 commit 1bd8ef1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/oakpowerboard/oakpowerboard.ino
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#include "SSD1306Ui.h"

//Resources included with the sketch
#include "font/roboto_10.h"
#include "font/roboto_12.h"
#include "font/roboto_thin_20.h"
#include "roboto_10.h"
#include "roboto_12.h"
#include "roboto_thin_20.h"
#include "images.h"

#include <EEPROM.h>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1bd8ef1

Please sign in to comment.