Melissa LeBlanc-Williams
b38da16004
Merge pull request #301 from adafruit/revert-300-master
...
Revert "Optimized drawChar and drawCircleHelper"
2020-06-08 10:07:16 -07:00
Melissa LeBlanc-Williams
8be8308f03
Revert "Optimized drawChar and drawCircleHelper"
2020-06-08 10:05:48 -07:00
Melissa LeBlanc-Williams
866ca6fb0d
Merge pull request #300 from bitbank2/master
...
Optimized drawChar and drawCircleHelper
2020-06-08 09:18:12 -07:00
Laurence Bank
632cf443a8
Reformatted with clang-format
2020-06-07 12:32:37 -04:00
Laurence Bank
e1e51b09e1
pr cleanup
2020-06-07 10:11:36 -04:00
Laurence Bank
1b93789997
Optimized drwChar and drawCircleHelper
2020-06-06 18:51:57 -04:00
Michael Kamprath
6791eaca01
Re-running clang-format after the rebase
2020-06-05 11:00:20 -07:00
Michael Kamprath
c53e9d24aa
added support in GFXcanvas* classes to access pixel values
...
Alsp added and example for GFXcanvas that demonstrates the impact of rotation
on pixel layout and also demonstrates getting a pixel based on raw
physical coordinates.
2020-06-05 10:52:32 -07:00
dherrada
1232016e3b
Bump to 1.8.4
2020-06-01 15:19:26 -04:00
Billy Donahue
addf773adc
fontconvert missing header ( #297 )
...
Fixes Issue #273
2020-05-28 10:35:48 -04:00
dherrada
eeec0f6c01
Update version in library.properties to 1.8.3
2020-05-18 17:02:51 -04:00
lady ada
f9ed8e4ea7
Merge branch 'master' of github.com:adafruit/Adafruit-GFX-Library
2020-05-17 16:38:07 -04:00
lady ada
32439f79dc
try manually installing ili9341
2020-05-17 16:38:02 -04:00
Nicholas Asch
0393044a8b
update MonoOLED i2c constructor to match var def order ( #290 )
2020-05-17 13:39:25 -04:00
lady ada
d2b4b25559
manual implementation of https://github.com/adafruit/Adafruit-GFX-Library/pull/282
2020-05-17 12:35:25 -04:00
lady ada
156f8d4f0d
fixed up https://github.com/adafruit/Adafruit-GFX-Library/pull/275
2020-05-17 12:33:07 -04:00
lady ada
4c95a95e81
correct fix for attiny
2020-05-17 12:29:30 -04:00
lady ada
709437a01b
dont use mono oled with trinkets
2020-05-16 22:38:19 -04:00
lady ada
1a302d88a7
add dep to readme dox
2020-05-16 00:53:34 -04:00
lady ada
bd0e813006
Merge branch 'master' of github.com:adafruit/Adafruit-GFX-Library
2020-05-16 00:47:10 -04:00
lady ada
bf36a21bbf
Add new dep for Adafruit_BusIO and monochrome OLED helper class that does most of the heavy lifting
2020-05-16 00:47:06 -04:00
Limor "Ladyada" Fried
b01f5e1731
Generic mono oled support ( #289 )
...
* initial monooled
* i2c basic support
* add dep
* fix warnings
* doxy
* dirty rects if u pleeeze
* reset *before* trying to connect to i2c
* fix up SPI mode!
* cllang
* doxy
2020-05-16 00:45:51 -04:00
Billy Donahue
5fef578a6c
Break up the compound decls in the BASIC DRAW API
section ( #287 )
...
* One member per declaration.
* break up a few that were sharing the same line
2020-05-13 19:02:32 -04:00
ZinggJM
9b1781b90d
Update gfxfont.h ( #286 )
2020-05-13 10:42:20 -04:00
Melissa LeBlanc-Williams
cb471e31df
Merge pull request #272 from makermelissa/master
...
Removed duplicate spiWrite to fix bbSPI
2020-02-12 08:51:12 -08:00
Melissa LeBlanc-Williams
2798aee127
Removed duplicate spiWrite to fix bbSPI
2020-02-12 08:37:10 -08:00
siddacious
7fd0c5ea1d
Update library.properties
2020-01-16 13:52:11 -08:00
BlueAndi
fb8ec85580
Fix CI clang stuff.
2020-01-14 20:01:34 +01:00
BlueAndi
fa4fdf55e1
Merge branch 'master' of https://github.com/BlueAndi/Adafruit-GFX-Library
2020-01-14 19:43:42 +01:00
BlueAndi
47493cf4e6
Fix CI clang build.
2020-01-14 19:39:25 +01:00
Andreas Merkle
686857c150
Fix CI clang build.
2020-01-14 19:23:15 +01:00
Paint Your Dragon
d38ee86716
Merge pull request #262 from mzero/overloaded-write
...
allow Print's overloaded write() calls to be used with Adafruit_GFX
2020-01-12 21:12:25 -08:00
BlueAndi
e0796d9af3
Trailing spaces removed.
2020-01-09 19:26:24 +01:00
BlueAndi
8b8027195c
BDF to Adafruit font converter script added. The script was changed from the original to output the font bitmaps in compressed format.
2020-01-09 19:25:29 +01:00
BlueAndi
6e64137007
Trailing spaces removed.
2020-01-09 19:10:52 +01:00
BlueAndi
252860a44b
Bitmaps now compressed, to fix the bounding box problem, because non-compressed the calculated text width were wrong.
2020-01-09 16:10:17 +01:00
siddacious
4ae6b535f2
Update library.properties
2020-01-08 11:07:55 -08:00
Ha Thach
c16c8dca43
add repository_dispatch event
2020-01-07 14:11:41 +07:00
Lady Ada
c023885755
bump to release actions/dependencies
2019-12-27 17:19:26 -05:00
Limor "Ladyada" Fried
6abf693056
Actionsci2 ( #264 )
...
add library dependancy
remove travis CI
update badge
enable Actions
2019-12-27 17:10:08 -05:00
Mark Lentczner
36ea56905e
allow Print's overloaded write() calls to be used with Adafruit_GFX
...
Adafruit_GFX overrides one of the Print::write() functions.
The rules of overload resolution say that all the overloaded options
need to be visible in the class where the first option is found.
Since Adafruit_GFX only overrides write(uint8_t), the other version,
write(const uint8_t *buffer, size_t size) cannot be called on a
Adafruit_GFX display from sketches.
This change adds the "using" directive, which tells C++ to consider
all of Print's write members to be in scope of Adafruit_GFX, even
though only one is overridden.
2019-12-24 00:12:04 -08: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
Melissa LeBlanc-Williams
bdf1bc3f47
Bumped for version release
2019-12-20 08:25:02 -08:00
Paint Your Dragon
6f16f7a22e
Merge pull request #258 from makermelissa/master
...
Added previously removed sendCommand() overload to fix rotation issue.
2019-12-19 21:42:59 -08:00
Melissa LeBlanc-Williams
70950e3d3b
Added removed sendCommand overload to fix rotation
2019-12-19 11:20:06 -08:00
Melissa LeBlanc-Williams
4169843c85
Bumped for version release
2019-12-18 15:12:50 -08:00
Melissa LeBlanc-Williams
209fa619da
Merge pull request #256 from makermelissa/master
...
Fixing issue with 8-bit procs not working
2019-12-18 15:12:06 -08:00
Melissa LeBlanc-Williams
181591a14d
Fixing issue with 8-bit procs not working
2019-12-18 14:50:46 -08:00
siddacious
a8aff3f9bf
bumping!
2019-12-10 12:28:36 -08:00
Paint Your Dragon
3447387cc7
Add 16-bit read/write commands for NT35510 display lib ( #254 )
...
* Add 16-bit read/write commands for NT35510 display lib
* Fix readcommand16()
2019-12-07 18:41:19 -05:00