ILDUS HAKOV
|
61c032eca0
|
Merge 6da3d76da5 into 0e32d7dc76
|
2024-10-01 11:59:19 -04:00 |
|
Tyeth Gundry
|
0e32d7dc76
|
Update library.properties - bump version to 1.11.10
Arduino Library CI / build (push) Has been cancelled
|
2024-07-23 15:16:47 +01:00 |
|
Zane Bauman
|
5080bec822
|
Allow using ATtiny84 (#455)
Arduino Library CI / build (push) Has been cancelled
|
2024-07-18 10:16:19 -04:00 |
|
ildus hakov
|
6da3d76da5
|
clang5
|
2023-10-26 20:02:09 -04:00 |
|
ildus hakov
|
dc2d52eb8d
|
clang4
|
2023-10-26 19:52:40 -04:00 |
|
ildus hakov
|
77acfbb198
|
clang3
|
2023-10-26 19:39:35 -04:00 |
|
ildus hakov
|
6573d34ac1
|
clang2
|
2023-10-26 19:22:38 -04:00 |
|
ildus hakov
|
43d71e63d8
|
clang1
|
2023-10-26 19:14:02 -04:00 |
|
ildus hakov
|
64122c6a34
|
mod2
|
2023-10-26 18:54:55 -04:00 |
|
ildus hakov
|
5d22d2cdfe
|
added button enable/disable
|
2023-10-26 18:47:27 -04:00 |
|
ildus hakov
|
9fbafe4540
|
setLabel modified
|
2023-10-26 16:20:23 -04:00 |
|
ildus hakov
|
7143b8eb4e
|
Clang 7. Tooooo strict.
|
2023-10-25 22:12:27 -04:00 |
|
ildus hakov
|
781c90bf7a
|
Clang 6. This is too much for 2 simple public methods.
|
2023-10-25 21:02:44 -04:00 |
|
ildus hakov
|
9832b8b16d
|
Clang 5
|
2023-10-25 20:55:24 -04:00 |
|
ildus hakov
|
a124bcce30
|
Clang 4
|
2023-10-25 20:42:40 -04:00 |
|
ildus hakov
|
3096b939f5
|
Clang fix 3
|
2023-10-25 17:05:14 -04:00 |
|
ildus hakov
|
62c9fe3562
|
Clang fix #2
|
2023-10-25 16:57:21 -04:00 |
|
ildus hakov
|
a52ac70d8e
|
Fix clang failure
|
2023-10-25 16:42:52 -04:00 |
|
ildus hakov
|
f11f001bee
|
Added public methods for button label
|
2023-10-25 15:34:27 -04:00 |
|
Carter Nelson
|
126007f2c5
|
Update library.properties
|
2023-10-10 14:48:48 -07:00 |
|
Carter Nelson
|
6338e269e7
|
Merge pull request #434 from caternuson/esp32_warns
Remove volatile from wait loops
|
2023-10-10 14:48:10 -07:00 |
|
caternuson
|
3c0c85ba5d
|
clang
|
2023-10-10 14:34:28 -07:00 |
|
caternuson
|
8eca715530
|
remove loops
|
2023-10-10 14:13:04 -07:00 |
|
caternuson
|
f9821f6821
|
remove volatile
|
2023-10-10 12:19:26 -07:00 |
|
Tyeth Gundry
|
b0ac687159
|
Update library.properties - bump to version 1.11.8
|
2023-09-26 13:36:01 +01:00 |
|
ladyada
|
ff70355ed6
|
for unknown reason, esp8266 wants delay() not yield() so it doesnt crash
|
2023-09-24 01:09:06 -04:00 |
|
Eva Herrada
|
83a182d260
|
Bumped to 1.11.7
|
2023-07-18 15:34:52 -04:00 |
|
Eva Herrada
|
8094f6a295
|
Bumped to 1.11.6
|
2023-07-18 15:34:28 -04:00 |
|
Marcel Robitaille
|
15ebe114c4
|
Fix missing imports in font files for PlatformIO (#423)
* Fix missing imports in font files for PlatformIO
Fixes #416
* Add #pragma once
* Run clang-format
|
2023-06-16 10:47:34 -04:00 |
|
dherrada
|
2b3e45853a
|
Update CI action versions
|
2023-05-12 11:23:54 -04:00 |
|
Phillip Burgess
|
5ea4be3ffe
|
Fix bug w/large GFXcanvas1's (use 32-bit byte counts)
|
2023-01-18 14:53:07 -08:00 |
|
Phillip Burgess
|
e122c3d20f
|
Doxy class members moved from private to protected
|
2023-01-16 15:18:35 -08:00 |
|
Phillip Burgess
|
740677a733
|
Make canvas buffers protected instead of private members
A use case came up where it was helpful to be able to alter the buffer pointer in a subclass. This is esoteric and should be used with care.
|
2023-01-16 15:02:36 -08:00 |
|
Eva Herrada
|
91d916deeb
|
Bump to 1.11.3
|
2022-06-29 13:17:48 -04:00 |
|
Paint Your Dragon
|
66f5155f39
|
Merge pull request #392 from waynepiekarski/master
Fix up errors caused by the code using same names defined elsewhere
|
2022-06-28 15:42:20 -07:00 |
|
Wayne Piekarski
|
c341c18f7a
|
Fixes -Wshadow "error: declaration of 'byte' shadows a global declaration"
Arduino.h defines "typedef uint8_t byte" that conflicts with this declaration
|
2022-06-22 09:33:21 -07:00 |
|
Wayne Piekarski
|
f8e9621bad
|
Fixes -Wshadow "error: declaration of 'buffer' shadows a member of 'GFXcanvas1'"
No need to declare local buffer variable for getBuffer() since it already exists.
|
2022-06-22 09:32:00 -07:00 |
|
Eva Herrada
|
976bfb3d8b
|
Bump to 1.11.2
|
2022-06-13 14:35:18 -04:00 |
|
alba-ado
|
ad4b6b4206
|
Fixing PlatformIO dependency problem (#389)
Fixing the PlatformIO dependency problem mentioned in; https://community.platformio.org/t/adafruit-gfx-lib-will-not-build-any-more-pio-5/15776/12
|
2022-06-07 11:38:02 -04:00 |
|
Eva Herrada
|
ef17614241
|
Bump to 1.11.1
|
2022-05-09 15:49:22 -04:00 |
|
Eva Herrada
|
071b6d5715
|
Bump to 1.11.0
|
2022-05-02 17:49:51 -04:00 |
|
Paint Your Dragon
|
f1f7866420
|
Update version in library.properies for dmaBusy()
|
2022-04-27 10:23:22 -07:00 |
|
Paint Your Dragon
|
7bb0d18fd2
|
Merge pull request #386 from homeodor/master
Add bool dmaBusy()
|
2022-04-27 10:22:32 -07:00 |
|
Alexander Golovanov
|
0548084d9a
|
Fixed Doxygen
|
2022-04-27 19:01:45 +03:00 |
|
Alexander Golovanov
|
8d14ea77ac
|
Fixed clang-format
|
2022-04-27 18:43:27 +03:00 |
|
Alexander Golovanov
|
09cb6f4993
|
Add dmaBusy()
|
2022-04-26 15:28:36 +03:00 |
|
Eva Herrada
|
6f4981e2f1
|
Bump to 1.10.14
|
2022-03-17 11:51:55 -04:00 |
|
Melissa LeBlanc-Williams
|
866249d13d
|
Merge pull request #385 from adafruit/revert-383-master
Revert "Speed up internal font drawing for opaque background color"
|
2022-03-16 11:52:37 -07:00 |
|
Melissa LeBlanc-Williams
|
605ea88e40
|
Revert "Speed up internal font drawing for opaque background color"
|
2022-03-16 11:51:38 -07:00 |
|
Melissa LeBlanc-Williams
|
2fbbfa224f
|
Merge pull request #383 from bitbank2/master
Speed up internal font drawing for opaque background color
|
2022-03-14 10:26:18 -07:00 |
|