File: Adafruit_GFX.patch

package info (click to toggle)
arduino 2%3A1.0.5%2Bdfsg2-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 40,280 kB
  • ctags: 18,385
  • sloc: java: 57,238; cpp: 23,031; ansic: 13,695; makefile: 2,315; xml: 468; perl: 201; sh: 156; python: 62
file content (16 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: fixed typo
Author: Scott Howard <showard@debian.org>

Index: arduino/libraries/TFT/utility/Adafruit_ST7735.h
===================================================================
--- arduino.orig/libraries/TFT/utility/Adafruit_ST7735.h	2013-06-04 13:21:52.967608085 -0400
+++ arduino/libraries/TFT/utility/Adafruit_ST7735.h	2013-06-04 14:16:25.767685867 -0400
@@ -25,7 +25,7 @@
 #else
  #include "WProgram.h"
 #endif
-#include <Adafruit_GFX.h>
+#include "Adafruit_GFX.h"
 #include <avr/pgmspace.h>
 
 // some flags for initR() :(