Commit Graph

91 Commits

Author SHA1 Message Date
Phil Howard
c9f6459ee6 Update README 2023-11-08 09:47:39 +00:00
Phil Howard
2b1736c669 Port to gpiod/gpiodevice. 2023-11-08 09:30:36 +00:00
Phil Howard
8e6cee4ef8 Port to gpiod/gpiodevice. 2023-11-08 09:19:00 +00:00
Phil Howard
47fc5e1c78 CI: Fix tests for st7735 rename. 2023-11-03 13:49:21 +00:00
Phil Howard
147ccfcc11 QA: Apply isort suggestions. 2023-11-03 13:43:19 +00:00
Phil Howard
f6599b1854 Repackage to latest Python boilerplate.
Deprecate "ST7735" and rename module to "st7735".
2023-11-03 13:42:34 +00:00
Phil Howard
c0733d678a Prep for v0.0.5 v0.0.5 2023-08-07 11:35:02 +01:00
Philip Howard
8d4235b9b3 Merge pull request #24 from lynniemagoo/master
Issue #22 - Cannot display proper color on Adafruit 358 160x128 ST7735R TFT display
2023-08-07 10:11:47 +01:00
Philip Howard
89b4406492 Merge pull request #26 from nickbroon/patch-1
Add py3 debian dependencies
2023-08-07 10:08:18 +01:00
Philip Howard
b1e35beb4b Merge pull request #31 from tomjn/sleep_wake_on_off
Sleep wake on off
2023-08-07 10:06:46 +01:00
Tom J Nowell
f94e1aa318 adds sleep/wake/display on and off methods 2023-07-27 10:53:20 +01:00
Philip Howard
94f8bc2423 Merge pull request #30 from pimoroni/patch-ci-python-versions
CI: Bump Python versions, fix tests.
2023-07-26 15:54:42 +01:00
Phil Howard
6719ad8dac CI: Bump Python versions, fix tests. 2023-07-26 15:31:33 +01:00
Nick Brown
cf5c2b3df4 Add py3 debian dependencies
These python modules are directly used from this library so dependencies should be expressed.
Might be worth consider adding them to `install_requires` as well.
2022-07-01 16:56:44 +01:00
lynniemagoo
3b68b77b29 Issue #22 - Remove debug print statements. 2022-03-17 18:22:50 -05:00
lynniemagoo
99e44092de Issue #22 - Provide support to invert MADCTL from BGR to RGB for Adafruit #358 display https://www.adafruit.com/product/358 2022-03-17 18:21:14 -05:00
Philip Howard
1a70d3ae7e Merge pull request #18 from pimoroni/patch-ci
Tweak CI Python versions
2021-09-15 15:14:06 +01:00
Phil Howard
1d8d0faf1b Tweak CI Python versions 2021-09-15 12:34:01 +01:00
Philip Howard
d2d1e96f62 Prep for v0.0.4-post1
Ship new setup.cfg/README.md packaging style and fixed __version__ in __init__.py
v0.0.4-post1
2021-09-06 13:48:42 +01:00
Phil Howard
bd02b98395 Update README install instructions for #14 2021-04-12 17:20:04 +01:00
Philip Howard
f364ee3455 Merge pull request #15 from pimoroni/update-packaging
Update packaging
2021-04-12 17:03:24 +01:00
Phil Howard
f4c3190ba6 Update packaging 2021-04-12 16:52:08 +01:00
Philip Howard
9731c4257d Merge pull request #11 from pimoroni/actions
Add GitHub actions workflow
2020-11-14 15:12:47 +00:00
Phil Howard
8315a3daa6 Remove .travis.yml 2020-11-14 15:11:33 +00:00
Phil Howard
f4a234a871 Add GitHub actions workflow 2020-11-14 15:04:28 +00:00
Philip Howard
7ceb945c9a Merge pull request #10 from pimoroni/improve-tests
Improve test quality and coverage
v0.0.4
2020-03-20 12:08:38 +00:00
Phil Howard
6f94d98040 Make stickler happy 2020-03-20 12:00:31 +00:00
Phil Howard
f532c80fbf Improve test quality and coverage 2020-03-17 16:10:41 +00:00
Phil Howard
86739c6f4c Prep for v0.0.4 2020-03-13 15:01:41 +00:00
Philip Howard
4f0d537021 Merge pull request #7 from pimoroni/spi-segfault-fix
SPI segfault fix
2020-02-05 14:02:00 +00:00
Phil Howard
3009ef94c3 Hopeful fix for spidev segfault issue #6
From continued testing up to 1.8 million simulated display updates it appears that either updating to spidev==3.4 or using xfer3 fixes the issue with a segfault after ~167000 updates.
2020-01-03 17:48:54 +00:00
nkotilainen
640596059d Update gif.py 2019-05-22 13:10:48 +01:00
Phil Howard
85c91e05e3 Updated examples to use front backlight pin 2019-04-30 12:48:06 +01:00
Phil Howard
50394abfd1 Prep for v0.0.3 v0.0.3 2019-04-03 23:15:05 +01:00
Philip Howard
ba6b8c8370 Merge pull request #5 from pimoroni/chip-select-and-examples
Added CS pin definitions, switched to FRONT
2019-04-03 22:19:49 +01:00
Phil Howard
c1afe9cfd1 Added CS pin definitions, switched to FRONT 2019-04-03 21:49:38 +01:00
Philip Howard
73f0f1f885 Merge pull request #4 from pimoroni/backlight-fix
Fix fix backlight pin state, add `set_backlight`
2019-02-21 10:21:33 +00:00
Phil Howard
8fe66f052c Description of shapes.py 2019-02-21 10:17:49 +00:00
Phil Howard
8ad9712247 Tweaked examples 2019-02-21 10:16:51 +00:00
Sandy Macdonald
bb6c8e0964 Update __init__.py 2019-02-15 10:48:53 +00:00
Philip Howard
d6122fe4fd Fix fix backlight pin state, add set_backlight 2019-02-14 15:44:47 +00:00
Philip Howard
093de23d2b Merge pull request #3 from pimoroni/gif-fix
Fix for broken gif example
2019-02-14 15:38:31 +00:00
Sandy Macdonald
0dd4302109 Fix for broken gif example 2019-02-14 15:12:51 +00:00
Phil Howard
f7f7bae76e Stickler config file 2019-02-08 13:46:43 +00:00
Phil Howard
411cb8b2ac Code QA tweaks 2019-02-08 13:46:10 +00:00
Philip Howard
a9362ef21c Merge pull request #2 from sandyjmacdonald/master
Pin change and gif
2019-01-23 11:35:43 +00:00
Sandy Macdonald
721ffd0dbb Add files via upload 2019-01-22 16:28:07 +00:00
Phil Howard
d3b59a594f Added rainbows 2019-01-22 16:21:55 +00:00
Sandy Macdonald
0b051a9e89 Update shapes.py 2019-01-22 14:46:09 +00:00
Sandy Macdonald
caa6f85c6d Update image.py 2019-01-22 14:44:47 +00:00