Bodmer
c52db6bf59
Add ESP32 compatibility
...
Tested with ILI9341 only so far!
2017-05-20 01:37:58 +01:00
Bodmer
bd37f9a8de
Make byte pointers explicit
2017-05-01 23:42:17 +01:00
Bodmer
399411312c
Fix date over-write bug
...
Also text over-write during bootup
2017-04-27 23:56:38 +01:00
Bodmer
6353547074
Up issue
2017-04-26 22:22:46 +01:00
Bodmer
0bd3930b72
Correct missing #defines for ST7735 TFT
2017-04-26 22:16:59 +01:00
Bodmer
cdb836876d
Increment issue
...
Minor format and typo errors corrected
2017-04-24 22:43:04 +01:00
Bodmer
40d35b1892
Examples menu now based on resolution
...
Reference to particular drivers in examples have been removed as
multiple display drivers are now supported.
Tabs replaced by spaces in header file by file editor.
RPi TFT with write strobe SPI clock rate dropped to 20MHz (display
cannot cope with new high rate siWriteBlock() function)
2017-04-24 22:35:11 +01:00
Bodmer
f4ad34de74
Add RPi screen connection image
2017-04-23 20:30:04 +01:00
Bodmer
8e996c0257
Minor bug fixes plus faster block write function added
2017-04-23 18:50:53 +01:00
Bodmer
7a35c9dc4e
Tidy legacy comments
2017-04-19 00:23:48 +01:00
Bodmer
0c187c7840
Add ILI9163 128 x 128 support
2017-04-18 23:22:14 +01:00
Bodmer
89899ee382
Merge branch 'master' of https://github.com/Bodmer/TFT_eSPI
2017-04-18 23:20:49 +01:00
Bodmer
02edb37db7
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# TFT_Drivers/ILI9163_Init.h
2017-04-18 23:20:42 +01:00
Bodmer
a34f49d895
Delete ILI9163_Init.h
2017-04-18 23:19:23 +01:00
Bodmer
1668700f3a
Add ILI9163 129 x 128 display support
2017-04-18 23:15:59 +01:00
Bodmer
2ab0bb6778
Exit sleep mode
...
Exit sleep mode should not have been commented out
2017-04-18 17:36:35 +01:00
Bodmer
c2dcf25cc1
Add support for ST7735 128x128 display
...
May not cater for 128x128 ST7735 displays with different RGB and offset
configurations.
2017-04-16 16:13:12 +01:00
Bodmer
a71a98a59c
Increment version
2017-04-14 16:00:44 +01:00
Bodmer
6526e34e7c
Work around for D4 IDE bug
...
A condition can exist where pin D4 is allocated a value of 0
The workaround is to define and use pin numbers in the PIN_Dx format
2017-04-14 15:45:40 +01:00
Bodmer
d31cbc3dbd
Format and code tidy - fixes for compatibility issues
2017-04-14 01:04:04 +01:00
Bodmer
e65f4cb1fe
Rename swap() to avoid clashes
...
Increment version
2017-04-13 00:20:19 +01:00
Bodmer
cb1fb31e13
Update ReadMe
2017-03-29 23:20:31 +01:00
Bodmer
c5fafdd71c
Minor performance tweaks
...
Plus code tidy and typo corrections
2017-03-28 23:56:54 +01:00
Bodmer
0f5c2dcdf6
Fix \ to / again!
...
\ upsets Linux in file paths
2017-03-28 23:12:44 +01:00
Bodmer
086e52804f
Add Jpeg rendering example
2017-03-27 19:40:17 +01:00
Bodmer
e7f73fcb43
Add RPi TFT mod schematic
2017-03-27 02:18:27 +01:00
Bodmer
d3d877c8e2
Add RPi display support for write strobe mod
2017-03-27 02:15:30 +01:00
Bodmer
4f8029b096
Added support for RPi TFT
...
16 bit serial based ILI9486 supported
2017-03-24 23:23:35 +00:00
Bodmer
20c9086853
Add support for ST7735 128x128 TFT
2017-03-17 00:03:35 +00:00
Bodmer
4f857c43fd
init reg
2017-03-14 09:51:44 +00:00
Bodmer
4d0488a906
Update screenshot client and server sketches
...
Server can now provide a filepath/name, define saved image file type
and specify filename extension method. Max number of images saved by
client per session limited to 1000. A pause/run button has been added.
2017-03-13 02:31:59 +00:00
Bodmer
0fe1acf6cb
Allow MISO (D6) to be used as DC or CS pin
2017-03-12 03:31:51 +00:00
Bodmer
d89b72f93c
Update custom font example
2017-03-12 01:20:24 +00:00
Bodmer
c2cf07db1e
Tweak padding
...
Allows for negative x offsets in fonts
2017-03-12 01:16:07 +00:00
Bodmer
189a390f34
Correct red blue colour swap
2017-03-12 01:10:29 +00:00
Bodmer
a427626cfc
Weed out legacy variables, add readAddrWindow()
...
readAddrWindow is a private function to support pixel and block reads of
the TFT screen. Tested on ILI9341.
2017-03-11 16:59:34 +00:00
Bodmer
05a9aee260
Permit D6 (MISO) to be used for DC to save on pins
...
Using D6 (MISO) for the DC line is not recommended as transaction support and TFT reads may cause it to become and input!
However if a hardware setup has no other pins spare, then this is an option that can be tried.
2017-03-11 16:38:29 +00:00
Bodmer
abd9451048
Added custom font example
2017-03-11 12:59:45 +00:00
Bodmer
74a57b7de8
Easier custom font addition
2017-03-11 12:27:38 +00:00
Bodmer
c5ccfec618
Replace file with correctly named one
2017-03-10 19:19:30 +00:00
Bodmer
c3003a0b7a
Remove file with name error
2017-03-10 19:18:57 +00:00
Bodmer
406aac051e
Update to screenshot sketches + others
...
Minor tweaks and re-arrangement of User and Custom font references
between header files
2017-03-10 19:16:31 +00:00
Bodmer
60e7d90750
Updates
2017-03-10 00:54:52 +00:00
Bodmer
37687da0f3
Correct \ in file path to / for Windows and Linux comaptibility
2017-03-09 22:42:08 +00:00
Bodmer
c42498e5a1
Change \ in file path to / for Windows AND Linux compatibility
2017-03-09 22:37:25 +00:00
Bodmer
7fd7ab59f5
Correct typo
2017-03-01 00:13:54 +00:00
Bodmer
2b63925ab4
Correct comment typos
2017-02-28 22:44:20 +00:00
Bodmer
3314530bbb
Add processing screenshot viewer
2017-02-28 22:13:16 +00:00
Bodmer
cd356bb6c5
Add S6D02A1 and ILI9163 driver code
2017-02-26 03:03:47 +00:00
Bodmer
f5579d8b62
Update version
2017-02-25 02:19:06 +00:00