Mark Walker
39c2bb8173
getTextBounds counts the last line width too
...
In the default 5x7 font handling, the last line isn't considered when
determining the longest line. Also, for the same reason, when there is
only one line, getTextBounds returns 65535 as the width.
2016-01-04 16:50:49 -08:00
Phillip Burgess
987e912ccc
Update library.properties
2015-12-28 13:53:31 -08:00
Phillip Burgess
b720edb5d3
Remove swapfile
2015-12-28 13:52:42 -08:00
Phillip Burgess
a6a9359352
Further AVR bitmask tweaks, sorry about that
2015-12-28 13:52:26 -08:00
Phillip Burgess
9cb1ec4401
Bitmap fixes, initial canvas support
2015-12-28 10:58:40 -08:00
Phillip Burgess
fb9e169398
Manual merge of TheNotary's RAM-based bitmap functions.
2015-12-27 21:29:50 -08:00
Phillip Burgess
e6a8c249d5
Update library.properties version for prior commit
2015-12-24 20:21:42 -08:00
Phillip Burgess
f2e454dcf4
Added pgm_read_word() def for non-AVR chips
2015-12-24 20:20:11 -08:00
Phillip Burgess
300babdc70
Add README notes re: Library Manager
2015-12-22 12:05:19 -08:00
Phillip Burgess
d1da05c978
README txt -> md
2015-12-22 12:03:41 -08:00
Phillip Burgess
80b1bc48cb
Fonts FONTS fonts! 1.1 release
2015-12-22 12:02:47 -08:00
ladyada
793879809e
parenz
2015-12-19 23:01:41 -05:00
ladyada
944f3d9d9f
ok its a hack to make esp8266 happier but it works! swap() already exists in the tensilica codebase
2015-11-24 00:06:48 -05:00
driverblock
0acee33cfe
Fix bug in Adafruit_GFX_Button::contains
2015-07-29 11:22:52 -04:00
Phillip Burgess
4edc8942c4
Bump release # for Arduino lib manager
2015-06-26 20:47:02 -07:00
Phillip Burgess
7628b4744a
Update to support ESP8266
2015-06-26 20:42:34 -07:00
Phillip Burgess
6d40eb3423
Update version number in library.properties (1.0.1)
2015-06-17 08:29:18 -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
Paint Your Dragon
b03b3fcd90
Merge pull request #45 from Mokolea/getCursor
...
Get current cursor position
2015-06-12 21:34:40 -07:00
ladyada
734b107c39
Add UI Button element
2015-05-20 13:55:54 -04:00
Mario Ban
7a3f84e966
Get current cursor position
2015-04-25 19:22:29 +02:00
Tony DiCola
b346ad0df5
Add library.properties for Arduino library manager.
2015-04-04 14:56:42 -07:00
Phillip Burgess
a9e5bc4707
Font data is const. Again.
2014-09-27 18:52:24 -07:00
Tony DiCola
186d5b36b3
Update README.txt
2014-09-21 18:20:31 -07:00
Tony DiCola
5b4b8cb29d
Merge branch 'subsonicpulse-master'
2014-09-21 18:17:27 -07:00
Tony DiCola
bf5ab389b5
Fix merge conflict.
2014-09-21 18:17:07 -07:00
Tony DiCola
dfa6443895
Merge pull request #20 from jrcutler/master
...
Make "get" methods const
2014-09-21 18:07:21 -07:00
Tony DiCola
6b4a8f015a
Update README.txt
2014-09-21 17:57:23 -07:00
Tony DiCola
94fa522371
Update README.txt with link to Image2Code tool.
2014-09-21 17:56:05 -07:00
Tony DiCola
e9ddb5383a
Merge branch 'roddi-master'
2014-09-21 17:46:37 -07:00
Tony DiCola
4bbb7c55fe
Merge into latest library.
2014-09-21 17:46:24 -07:00
Tony DiCola
2255f7654b
Merge branch 'schlammbad-master'
2014-09-21 17:35:51 -07:00
Tony DiCola
f40ec8e76d
Merge with latest library code.
2014-09-21 17:35:37 -07:00
ladyada
3e097a6185
accumulator update to 32 bits for bigger displays
2014-08-18 16:18:19 -04:00
subsonicpulse
d9f6c6726b
XBitMap support (*.xbm)
...
refine description
2014-04-15 21:28:45 +02:00
subsonicpulse
fe2637e27e
XBitMap support (*.xbm) description
...
Add description of XBitMap support extension.
2014-04-15 21:25:25 +02:00
subsonicpulse
4dc78f0432
Add XBitmap (*.xbm) support
...
add XBitmap(*.xbm) support, to directly use exported GIMP xbm files. (Rename the file to *.c and open in editor.)
2014-04-15 21:09:53 +02:00
subsonicpulse
33a4bdf66b
Add XBitmap (*.xbm) support
...
add XBitmap(*.xbm) support, to directly use exported GIMP xbm files. (Rename the file to *.c and open in editor.)
2014-04-15 21:05:51 +02:00
Justin R. Cutler
2b3e522f1e
Make "get" methods const
2013-07-18 23:21:21 -04:00
Paint Your Dragon
82e71e0027
Merge pull request #18 from jrcutler/master
...
Make WIDTH & HEIGHT const
2013-07-05 14:51:00 -07:00
Justin R. Cutler
b4176b1c51
Make WIDTH & HEIGHT const
2013-07-05 17:32:41 -04: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
Paint Your Dragon
f14c0a2934
Merge pull request #17 from jrcutler/patch-1
...
Fix off by 1 error
2013-07-04 20:13:43 -07:00
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