ladyada
836a499055
doxy gfxfont
2018-07-14 12:37:42 -04:00
ladyada
4de9ba8f14
doxy gitignore
2018-07-14 12:30:23 -04:00
ladyada
0ae3442ac8
add travistag
2018-07-14 12:27:03 -04:00
ladyada
57860992d4
support optimized bitbang spi
2018-07-14 02:08:49 -04:00
ladyada
0d06686d45
move invert display and setaddrwindow to superclass
2018-07-14 02:02:02 -04:00
ladyada
7667d32f75
some inlining
2018-05-28 23:53:59 -04:00
Phillip Burgess
7d73ae8214
Disable SPITFT code if using ATtiny85, update version #
2018-01-08 11:59:27 -08:00
Phillip Burgess
1e0d64f11a
Add roadmap notes to README
2017-12-26 20:08:21 -08:00
ladyada
d4ea436155
added generic SPI TFT wrapper
2017-09-25 22:35:26 -04:00
Paint Your Dragon
b8ca7d16ba
Merge pull request #126 from rbultman/master
...
Set yAdvance to glyph height if face height is zero
2017-05-25 20:32:10 -07:00
Rob Bultman
ceca9ac409
Set yAdvance to glyph height if face height is zero.
2017-05-23 15:56:51 -04:00
Rob Bultman
bffb1aae70
Adding gitignore
2017-05-23 15:55:58 -04:00
Paint Your Dragon
3cd8e198f2
Merge pull request #124 from eadmaster/patch-1
...
Create Tiny3x3a2pt7b
2017-05-20 21:35:41 -07:00
Andrea
00768d5331
Create Tiny3x3a2pt7b
...
Smallest tiny font i could find.
Allows showing 3+ lines of text on a 32x16 matrix (not very readable).
2017-05-17 10:59:58 +02:00
Phillip Burgess
07f8f65e40
Back off on the PROGMEM declarations; const is sufficient.
2017-05-09 15:35:44 -07:00
Phillip Burgess
7589ecaf0f
Extra-persnickety declarations in PROGMEM bitmap functions
2017-05-06 12:06:51 -07:00
Phillip Burgess
d0e78f9db1
Fixed text wrap & bounds issues, changed drawRGBBitmap PROGMEM behavior + added masking
2017-05-05 19:57:52 -07:00
Phillip Burgess
868d3ed67e
Add 8-bit canvas type, because reasons. Also some 1- and 16-bit canvas cleanup.
2017-05-04 22:06:09 -07:00
Paint Your Dragon
4b1a8a6850
Merge pull request #39 from marcmerlin/drawrgb
...
Added support for multicolor pixmaps in drawRGBBitmap.
2017-05-04 21:34:13 -07:00
Oleksandr Masliuchenko
5317dd77d4
fixed strict-alliasing warning
2017-04-22 16:00:23 +03:00
Marc MERLIN
aad430de1b
Allow for drawing bitmaps in RAM (not in progmem).
2017-04-06 12:08:10 -07:00
Phillip Burgess
cb95e0307b
drawLine(): sort inputs on horizontal/vertical lines
...
C'mon guys, this is Graphics 101 stuff
2017-04-05 09:03:34 -07:00
Phillip Burgess
7be06d3b3b
Added two tiny fonts
2017-03-20 19:36:08 -07:00
ladyada
d93fb2254f
@me-no-dev refactor!
2017-03-17 20:47:54 -04:00
ladyada
44568a85f2
Merge branch 'master' of github.com:adafruit/Adafruit-GFX-Library
...
Conflicts:
Adafruit_GFX.cpp
2017-03-17 20:44:20 -04:00
ladyada
de513d7a90
Merge branch 'espressif-master'
2017-03-17 20:40:35 -04:00
Phillip Burgess
b8f2200766
Handle larger button dimensions, add initButtonUL() for buttons w/upper-left coord
2017-03-07 10:24:06 -08:00
me-no-dev
4290f0b161
Implement transaction based drawing
...
With using transactions to draw, we save huge amount of time in pin
changing and SPI setup. This new model, together with the updated
ILI9341 lib give a much better performance.
2017-02-23 03:11:09 +02:00
Kevin Townsend
dc40877a22
Merge pull request #95 from johnbacas/master
...
Using fontconvert.c in Windows OS
2016-10-30 12:44:29 +01:00
John Bacas
b9885e15a0
Update fontconvert_win.md
2016-10-30 12:16:28 +02:00
John Bacas
633386a892
Update fontconvert_win.md
2016-10-30 12:08:44 +02:00
John Bacas
fe81279314
Update fontconvert_win.md
2016-10-30 12:05:22 +02:00
John Bacas
c8b32b4e26
Use fontconvert.c to create new fonts in windows
...
A brief guide of how to set your pc with Windows OS so you can create your oen fonts with fontconvert.c
2016-10-30 11:42:36 +02:00
Paint Your Dragon
2fced4b700
Merge pull request #71 from markwal/lastlinewidth
...
getTextBounds should consider the last line width
2016-08-23 15:16:40 -07:00
Paint Your Dragon
334e815bc1
Merge pull request #75 from skelliam/tomthumb
...
Added TomThumb (3x5 pixel font) to /Fonts
2016-02-22 13:22:24 -08:00
Phillip Burgess
41afb2f3c4
Bump version number
2016-02-22 13:21:01 -08:00
Phillip Burgess
c349ad5e4f
Improved(?) 32-bit CPU compatibility for fonts
2016-02-22 13:20:35 -08:00
William Skellenger
be5f6f196c
Adding TomThumb to Fonts
...
Don't monospace all the time.
Add licensing info/comments
2016-02-21 21:42:12 -05:00
Paint Your Dragon
9ec1f6d4ee
Merge pull request #73 from pljakobs/master
...
minor changes to build on Fedora
2016-02-01 09:55:25 -08:00
pljakobs
ff1370e8db
minor changes to build on Fedora
...
fixed library includes, tested build on F21 and Cygwin
2016-01-31 10:11:43 +01:00
Phillip Burgess
f5ec45e42b
adagfxswap() renamed and localized to .cpp file to avoid collisions
2016-01-26 10:37:56 -08:00
Paint Your Dragon
93dde8b70a
Merge pull request #68 from markwal/master
...
Make custom fonts work on ESP8266 as well
2016-01-06 15:16:21 -08:00
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
Mark Walker
0f2f32586b
ESP8266 has 32-bit pgm pointers
2016-01-02 01:22:44 -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