• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rm-hull / luma.lcd / 647
99%

Build:
DEFAULT BRANCH: master
Ran 20 Sep 2020 02:27PM UTC
Jobs 1
Files 4
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
647

push

travis-ci

web-flow
Support inverted display on ST7735 (#105)

* Update device.py

try to init the odd version of st7735

* Change timed_reset -> hard_reset; add note about moving that capability into luma.core instead

* Removed timed/hard reset

Longer term, this extended reset should be implemented directly in the serial interface in luma.core. I will add that as a separate commit

```python
        # FIXME: longer term, this pause when resetting should be moved into luma.core's
        # serial implementation
        if hard_reset:
            spi = self._serial_interface
            spi._gpio.output(spi._RST, spi._gpio.LOW)
            time.sleep(0.1)
            spi._gpio.output(spi._RST, spi._gpio.HIGH)
            time.sleep(0.1)
            self.command(0x01)
            time.sleep(0.1)
        else:
```

* Inline display inversion

* Formatting

* PEP8 fix

Co-authored-by: Richard Hull <rm_hull@yahoo.co.uk>
Co-authored-by: Thijs Triemstra <info@collab.nl>

18 of 18 new or added lines in 1 file covered. (100.0%)

504 of 504 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
2 647.2 (TOXENV=py36) 20 Sep 2020 02:27PM UTC 0
100.0
Travis Job 647.2
Source Files on build 647
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #647
  • 2fb52301 on github
  • Prev Build on master (#638)
  • Next Build on master (#652)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc