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

rm-hull / luma.lcd / 647 / 2
99%
master: 99%

Build:
DEFAULT BRANCH: master
Ran 20 Sep 2020 02:27PM UTC
Files 4
Run time 0s
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

20 Sep 2020 02:25PM UTC coverage: 100.0%. Remained the same
TOXENV=py36

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>

504 of 504 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 647.2 (TOXENV=py36)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 607
  • Travis Job 647.2
  • 2fb52301 on github
  • Prev Job for TOXENV=py36 on master (#638.2)
  • Next Job for TOXENV=py36 on master (#652.2)
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