Commit Graph

713 Commits

Author SHA1 Message Date
Bodmer 235887d860 Update weather station example
Corrected jpeg render fn to handle any width image
Minor tweaks
Remove version number from sketch name, put in settings.h
2018-04-23 20:05:50 +01:00
Bodmer 54b3f0f63d Add drawXBitmap() function and example
Example is in Generic folder, draw the Espressif logo on the screen.
2018-04-23 17:16:18 +01:00
Bodmer 6213de3ab9 Use direct write, fix bug for TFT_CS pin >31 2018-04-22 20:38:55 +01:00
Bodmer 235f89e755 Allow ESP32 pin numbers greater than 31 for CS and DC 2018-04-21 22:49:17 +01:00
Bodmer eded971f9f Raise minor issue 2018-04-21 09:50:41 +01:00
Bodmer 7cbf6fe048 Make some variables public
To allow access to variables that can be set via functions anyway.
2018-04-21 09:50:41 +01:00
Bodmer 4d181d7a19 Fix bug #122 by different approach 2018-04-21 09:50:41 +01:00
Bodmer 3945a9776d
Merge pull request #123 from Bodmer/revert-122-patch-1
Revert "Update Sprite.cpp"
2018-04-12 02:28:10 +01:00
Bodmer 71c06273c0
Revert "Update Sprite.cpp" 2018-04-12 02:27:22 +01:00
Bodmer bff109a167
Merge pull request #122 from rdts/patch-1
Update Sprite.cpp
2018-04-12 01:56:15 +01:00
Bodmer bdc9821b7d
Add this-> 2018-04-12 01:55:38 +01:00
rdts 82b749a93a
Update Sprite.cpp
Hi,
I found a bug.

_width and _height need to be initialized properly.

That is because they are used in drawString(). Lines 4118 and 4120 in TFT_eSPI.cpp.
2018-04-11 19:12:33 +02:00
Bodmer 1163817887 Update version 2018-04-11 01:04:19 +01:00
Bodmer f56184e9cd Add diagnostic sketches
Do not load button class is touch screen chip select not defined
2018-04-11 01:03:26 +01:00
Bodmer aa81a4eab8 Correct issue #115 2018-04-06 22:44:31 +01:00
Bodmer f2c92fb75f Free the memory in example! 2018-04-03 01:09:10 +01:00
Bodmer 1dd28f94fb Update ReadMe 2018-04-02 03:12:34 +01:00
Bodmer b21cdfac1a Raise issue 2018-04-02 02:55:25 +01:00
Bodmer ada678d76e Added Waveshare ePaper support
Also added ability to push 1bpp bitmaps to a Sprite to support rendering
images on an EPaper screen.

Floyd-Steinberg dithering and basic graphics example added as first
ePaper demo.
2018-04-02 02:53:42 +01:00
Bodmer d5f0812bbb Fix touch issue #114
Also had to mirror the coordinate transform.
2018-04-01 16:37:53 +01:00
Bodmer 7f98aeb63f Bug fix for Issue #114
The ESP32 now works OK with the RPi display.
2018-04-01 15:27:10 +01:00
Bodmer d9d5625e48 Add 1 bpp examples 2018-03-28 01:59:06 +01:00
Bodmer 1f531523dd Update ReadMe and raise version 2018-03-26 01:16:00 +01:00
Bodmer 9276b0162d Add support for 1 bit per pixel in Sprite class
This is stage one of support for ePaper displays from Waveshare.
Examples for 1 bit per pixel Sprites and 2 or 3 colour ePaper displays
to follow soon.
2018-03-26 01:02:23 +01:00
Bodmer 1db0c30b81
Add new drivers to list 2018-03-25 18:55:25 +01:00
Bodmer 0f22d124f6 Add note rthat Read ID sketch does not work with parallel displays 2018-03-22 22:33:01 +00:00
Bodmer bbacd3a8a3 Fix issue in #110
Array name close[] clashes with a ESP32 function name.
Renamed array to closeX[]
2018-03-22 22:27:09 +00:00
Bodmer ba16be5aa8
Correct Unicode format reference 2018-03-16 23:38:05 +00:00
Bodmer a6b532e576
Smaller ePaper image 2018-03-16 23:28:10 +00:00
Bodmer 8ad0eea2ca
Correct markup format errors 2018-03-16 23:21:31 +00:00
Bodmer 1eee96a916
Add ePaper to future section 2018-03-16 23:19:32 +00:00
Bodmer ca968e6786
Add comment about touch on parallel displays 2018-03-16 22:55:48 +00:00
Bodmer 8e7e2a3b8f Increment version 2018-03-12 22:50:35 +00:00
Bodmer 972d852346 Correct issue #104 and update setup files
Macro name (transfer16) conflict with SPI library fixed
Smooth font option added to User Setup files
Narrow font 8 option added to User Setup files
2018-03-12 22:49:18 +00:00
Bodmer 076d5f6f05 Add missing setup files
Thanks to Phaedra on the Arduino forum for pointing this out.
2018-03-11 14:09:27 +00:00
Bodmer 16be0b9abb Revert to defaults 2018-03-11 00:12:42 +00:00
Bodmer 90f70109a7 Add images showing ESP32 UNO board mod 2018-03-10 23:21:20 +00:00
Bodmer a00011c2df Add 8 bit parallel TFT support for ESP32
Add interface driver macro
Add 8 bit parallel support
Add 8 bit parallel read support
Add ILI9481, ILI9488 and HX8357D drivers
Update version and ReadMe
Update Create_Font processing sketch
Add slightly narrower alternative font 8
2018-03-10 23:08:57 +00:00
Bodmer 1656fa1a5f Add image to Readme 2018-02-24 19:38:13 +00:00
Bodmer 324ee1a510 Update files for new fonts 2018-02-24 19:31:25 +00:00
Bodmer 8752236ac2 Add smooth (antialiased) fonts 2018-02-24 19:02:20 +00:00
Bodmer 02a902f617
Potential fix for issue #96 2018-02-24 18:35:03 +00:00
Bodmer 3d993afe7e
see Smooth_font branch for beta version 2018-02-23 23:44:12 +00:00
Bodmer a44ea8d945
Add comment about Smooth_font branch 2018-02-23 23:42:34 +00:00
Bodmer 8df115ab4d Raise version 2018-02-22 22:33:49 +00:00
Bodmer 2fbc2e4adf Add text for ESP8266 overlap mode, add workaround for ESP32 silicon bug 2018-02-22 22:28:23 +00:00
Bodmer ff335f61c5 Make setup files consistent
User setups are now all based on the same template.
2018-02-09 21:52:26 +00:00
Bodmer e86f76c15b Correct mirrored rotations 4-7 for M5Stack 2018-02-09 20:32:55 +00:00
Bodmer 299eafc45a Add ESP32 to platform list 2018-02-08 00:59:30 +00:00
Bodmer b737a398b3 Correct version add ESP32 2018-02-08 00:56:50 +00:00