Wykres commitów

50 Commity (06e0f1e19125fac3502c2d940a6ba8e256af6fc6)

Autor SHA1 Wiadomość Data
Ihor Nehrutsa b306d38e1d st7789_4bit.py: Cheaper version of BLACK color initialization 2021-05-13 14:30:41 +03:00
Ihor Nehrutsa 4b283e3122 st7789_4bit.py: Prevents a white screen when the first time self.show() is called in __init__(). 2021-05-13 10:50:02 +03:00
Ihor Nehrutsa f36920fb36 st7789/st7789_4bit.py little speedup, split=5 2021-05-12 15:21:13 +03:00
Peter Hinch 82770e9544 Add ili9341 setup file for Pi Pico. 2021-05-06 13:49:49 +01:00
Peter Hinch 6ee8215e5e st7789_4bit.py Remove redundant function, amend copyright. 2021-04-29 10:11:18 +01:00
Ihor Nehrutsa 0fd75e5819 Reduce show time from 66ms to 60ms on TTGO. Corresponded with issue framebuf.GS4_HMSB format #12 2021-04-28 16:29:23 +03:00
Peter Hinch 67d423b760 ST7735 replace offset arg with display. 2021-04-26 07:53:24 +01:00
Peter Hinch 2849c49499 st7789 Simplify display mode logic. 2021-04-25 16:56:52 +01:00
Peter Hinch 3c142e4f39 ST7789 Correct disp_mode constructor args. 2021-04-25 10:35:28 +01:00
Peter Hinch 0539c3a8f6 ST7789 TTGO first release. 2021-04-24 13:58:26 +01:00
Peter Hinch d1373248ae Preliminary TTGO T-Display support. 2021-04-23 13:49:02 +01:00
Peter Hinch 95fc0898be ST7789 driver: fix syntax error. 2021-04-23 11:23:52 +01:00
Peter Hinch d3759da107 ST7789 Add offset constructor arg. 2021-04-21 17:05:34 +01:00
Peter Hinch 29b183cab1 Improve uasyncio support on ili9341 and st7789. 2021-03-26 10:57:37 +00:00
Peter Hinch e1a61b67e8 ST7789 add uasyncio support. 2021-03-25 10:18:45 +00:00
Peter Hinch 97b86d0e5f ssd7789.py bugs fixed. 2021-03-24 12:11:23 +00:00
Peter Hinch 0ad88e3512 Add UNSTABLE st7789 driver. 2021-03-23 11:14:15 +00:00
Peter Hinch 16529f2d0b Fix writer issue with fast mode on rp2. Add writer changes for accurate clip/wrap. 2021-02-14 17:14:01 +00:00
Peter Hinch 7604c1cd64 Fix bug in EPD wait method. 2021-01-24 10:37:56 +00:00
Peter Hinch 85d5753433 DRIVERS.md Add notes re FeatherWing 2.9 inch EPD 2021-01-20 17:40:43 +00:00
Peter Hinch d92470cb45 Add ePaper support. Monochrome setup is now consistent with color. 2021-01-17 16:08:08 +00:00
Peter Hinch bfba0b71a6 Prior to merge. 2021-01-15 16:54:29 +00:00
Peter Hinch f4c6631c91 epd29.py passed initial tests. 2021-01-13 17:21:32 +00:00
Peter Hinch 28afb7e1e5 Initial commit of epd29.py 2021-01-13 13:53:55 +00:00
Peter Hinch 059d9c3705 ST7735r 1.44 inch drivers: enable rotation. 2020-12-25 09:40:41 +00:00
Peter Hinch 4d0c1c4dd1 Drivers: remove misleading code comment. 2020-12-24 11:33:12 +00:00
Peter Hinch 186cef1d7a Fix bug in st7735r144_4bit.py. SSD1351 drivers no longer set baudrate to 20MHz: seems too fast despite datasheet. 2020-12-16 14:29:15 +00:00
Peter Hinch 8c30e2fbec Update SSD1331 drivers, fix color bug in 16 bit version. Doc improvements. 2020-12-16 08:06:47 +00:00
Peter Hinch 9256c87436 4-bit and ILI9341 support. Improve shared bus handling. Driver doc added. 2020-12-15 11:41:23 +00:00
Peter Hinch 227e614413 Untested ili9341 driver. 4-bit drivers for other displays. 2020-12-14 10:25:42 +00:00
Peter Hinch 5dbcc65828 Documentation improvements. 2020-11-29 10:26:11 +00:00
Peter Hinch d00fc77382 st7735r 1.44 inch initial commit. 2020-11-27 10:03:55 +00:00
Peter Hinch 4208d8f54b Minor changes to st7735r driver and setup. 2020-11-26 18:26:18 +00:00
Peter Hinch 43de979661 Fix fplot.py import statement. 2020-11-26 16:09:03 +00:00
Peter Hinch 62ff95dbd3 st7735r driver works on 160 wide display only. 2020-11-25 14:25:25 +00:00
Peter Hinch bf898d323c Add notes and setup file for ESP8266. 2020-11-18 10:41:15 +00:00
Peter Hinch 59241b5cc9 drivers/sharp Remove redundant font files. 2020-11-05 13:10:09 +00:00
Peter Hinch b7e0ef153e Complete refactor as Python package. 2020-11-05 10:10:21 +00:00
Peter Hinch dca99bf247 Scale widget added. Pass initial test. 2020-11-03 18:43:24 +00:00
Peter Hinch dfe912712f Temporary commit 2020-11-03 14:27:34 +00:00
Peter Hinch f24a1f53ea Update README files for sharp displays. 2020-10-06 18:47:00 +01:00
Peter Hinch c5e7fbb5e0 sharp: now supports 1.3 inch display and .update(). Add clock_batt.py. 2020-10-06 09:48:47 +01:00
Peter Hinch c3f444dadb Add sharp display driver. 2020-10-04 18:11:29 +01:00
Peter Hinch 23db6c337b Drivers: Iss #2 fix SPI bus problem on ESP32. 2020-05-23 16:42:10 +01:00
Peter Hinch 630810de0d Add SSD1331 RGB565 driver. 2019-06-25 14:16:05 +01:00
Peter Hinch 2277bea154 RGB565 SSD1351 driver fixed and tested. 2019-06-25 12:08:48 +01:00
Peter Hinch 38e6a12050 Add experimental RGB565 SSD1351 driver. 2019-06-25 10:08:24 +01:00
Peter Hinch 48a0225a28 Add experimental RGB565 SSD1351 driver. 2019-06-25 10:05:49 +01:00
Peter Hinch 424f2ae4f1 ssd1351.py Fix bug in red mapping in _lcopy() function. 2019-06-06 11:01:12 +01:00
Peter Hinch ca99637fb1 Plot module added. Release 0.1 2018-09-22 17:19:52 +01:00