Skip to content

Commit 0899080

Browse files
author
Jim Lindblom
committed
Moving header files to base source directory.
1 parent fd6cbb2 commit 0899080

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

firmware/SparkFunMicroOLED.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717
#include "SparkFunMicroOLED.h"
18-
19-
// Add header of the fonts here. Remove as many as possible to conserve FLASH memory.
20-
#include "util/SparkFunMicroOLEDFonts.h"
18+
#include "SparkFunMicroOLEDFonts.h"
2119

2220
// Change the total fonts included
2321
#define TOTALFONTS 7

firmware/examples/OLED-Cube.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
3737
Distributed as-is; no warranty is given.
3838
*******************************************************************************/
39-
#include "SparkFunMicroOLED.h" // Include the SFE_MicroOLED library
39+
#include "SparkFunMicroOLED/SparkFunMicroOLED.h" // Include the SFE_MicroOLED library
4040
#include "math.h"
4141

4242
//////////////////////////

0 commit comments

Comments
 (0)