Commit Graph

14 Commits

Author SHA1 Message Date
Limor "Ladyada" Fried
6abf693056
Actionsci2 (#264)
add library dependancy
remove travis CI
update badge
enable Actions
2019-12-27 17:10:08 -05:00
Henry Gabryjelski
6d513193e6 Fix two compiler warnings. (#259)
* Fix compiler warning [-Wunused-const-variable=]

Compiling a sketches that uses this library can report a warning
about the const variable `font` being defined, but never used.
Work around this by defining a (static inline) function which
references the variable.

* Remove unused variable (compiler warning)
2019-12-20 15:16:24 -05:00
KurtE
0e92646066 Teensy T4.0 support (#232)
The Teensy T4 (__IMXRT1062__) port registers need to be 32 bits unlike the Teensy 3.x which are 8 bits.

adafruit_ili9341  and adafruit_st7735 libraries graphic test

Removed compiler warning

that PROGMEM was previously defined.  So undefine it first...

Note: Thought of simply doing nothing here
(do neither the #undef nor the #define).

But that gives compiler error

Teensy T4 - Make Bit Bang version work.

With T4, the Port/Set registers are masks not single value.

So need to setup those class variables:

Also found that bitbang of T4, was too fast for display, so put in same slow
down that ESP32 has, which gets the clock down to mayby 12.5mhz

Tried these changes out with both:
adafruit_ili9341  and adafruit_st7735 libraries graphic test

Update comments
2019-06-27 17:50:37 -04:00
Phillip Burgess
80b1bc48cb Fonts FONTS fonts! 1.1 release 2015-12-22 12:02:47 -08:00
Phillip Burgess
7628b4744a Update to support ESP8266 2015-06-26 20:42:34 -07:00
Phillip Burgess
ea4c4c5596 cp437() workaround for Code Page 437 missing symbol bug
‘Wrong’ behavior is default, so old code will continue to work. New
code can call cp437() after initializing the display to use correct
symbol numbers for upper ASCII characters.
2015-06-17 00:37:36 -07:00
Phillip Burgess
a9e5bc4707 Font data is const. Again. 2014-09-27 18:52:24 -07:00
Tony DiCola
4bbb7c55fe Merge into latest library. 2014-09-21 17:46:24 -07:00
Phillip Burgess
f24ae8058a Fixed constructor() kludge - all subclass libs updated too
Thanks to Christian Patterson, AquaQuieta, cmason1978 for the fix!
2013-07-05 11:37:02 -07:00
Simon John
24a16a5633 fix for newer gcc 2013-05-11 01:19:04 +02:00
Ruotger Deecke
dc2e85bbf7 prettier german letters (äöüßÄÖÜ) 2013-03-10 00:21:32 +01:00
ladyada
1ce7e597b6 undo broken pull req 2012-11-25 12:32:55 -05:00
renatose
8731e5a852 Update glcdfont.c 2012-11-11 23:31:56 +00:00
ladyada
4a4d5d6bca First commit! 2012-03-12 20:32:18 -04:00