Commit Graph

123 Commits

Author SHA1 Message Date
Justin R. Cutler
e2aa245283 Fix off by 1 error
Characters are printed as 5 font data lines and 1 separator line. With the wrong left clip test, characters at x=-5*size would not clear x=0.
2013-07-04 18:59:03 -04:00
Paint Your Dragon
1ca9286a61 Merge pull request #12 from sej7278/master
Fix for newer GCC versions (const)
2013-06-11 11:56:11 -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
schlammbad
e5f3bc9440 Implementation of drawBitmap with background overload. 2013-02-20 19:46:36 -08:00
schlammbad
01273c2ad2 New overload for drawBitmap to support background color. 2013-02-20 19:41:00 -08:00
Phillip Burgess
36e32e57af Cleaned up README and file comments 2012-12-07 11:35:04 -08:00
ladyada
1ce7e597b6 undo broken pull req 2012-11-25 12:32:55 -05:00
Limor "Ladyada" Fried
6dd01cbd3f Merge pull request #3 from renatose/patch-1
Update glcdfont.c
2012-11-18 09:20:56 -08:00
renatose
8731e5a852 Update glcdfont.c 2012-11-11 23:31:56 +00:00
Phillip Burgess
cf94144e99 Fixed bit order reversal in drawBitmap() 2012-10-02 17:29:11 -07:00
Phillip Burgess
4c865e0f29 Fixed rotation bug in drawBitmap() 2012-10-02 13:52:08 -07:00
Paint Your Dragon
37a860d308 unsigned char param to drawChar(), thanks MoFoQ! 2012-04-11 16:38:25 -07:00
Paint Your Dragon
d6161e7a95 Signed int for all coords+dimensions, added setTextWrap() 2012-04-09 20:46:33 -07:00
ladyada
74aff79422 added empty function for inverting display 2012-03-16 14:45:33 -04:00
ladyada
2187ebacca Added invertDisplay requirement 2012-03-16 14:44:34 -04:00
ladyada
17a6c8b28a changed fastvhline to point to drawline, added fillScreen, a fake constructor and rotation stuff 2012-03-16 14:25:07 -04:00
ladyada
7ef9c2e49e made drawRect use fast lines 2012-03-15 17:30:33 -04:00
ladyada
eb78fc6693 triangles! 2012-03-15 16:23:38 -04:00
ladyada
cacf67a8e7 add round rects, changed all types to 16 bit to support 320x240 displays 2012-03-15 15:54:29 -04:00
ladyada
1a2e43afe3 header 2012-03-15 15:22:34 -04:00
ladyada
14af358413 read me 2012-03-15 15:21:39 -04:00
ladyada
4a4d5d6bca First commit! 2012-03-12 20:32:18 -04:00