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

rm-hull / luma.oled / 21552342519
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 31 Jan 2026 11:01PM UTC
Jobs 1
Files 6
Run time 1min
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

31 Jan 2026 11:00PM UTC coverage: 99.443% (+0.03%) from 99.411%
21552342519

push

github

web-flow
Add CH1115 128x64 I2C OLED driver (#400)

* Add CH1115 128x64 I2C OLED driver

* Apply suggestion from @gemini-code-assist[bot]

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Apply suggestion from @gemini-code-assist[bot]

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* refactor: simplify bit mapping in ch1115 display

Update the `display` method in the `ch1115` driver to use a loop for
mapping image pixels into the buffer bytes.

- Replaces unrolled bitwise operations with a cleaner loop.
- Improves code readability and maintainability.
- Fixes minor comment alignment in the initialization sequence.

* feat: add support for CH1115 display driver

- Update `README.rst` and `setup.cfg` to include **CH1115** in the
  supported chipset list.
- Add **@WikiZell** to the `CONTRIBUTING.rst` file.

* test: add unit tests for CH1115 OLED device

-   Verify initialization sequence for 128x64 resolution.
-   Ensure `DeviceDisplayModeError` is raised for invalid dimensions.
-   Validate rendering primitives against baseline reference data.

```mermaid
sequenceDiagram
    participant T as Test Suite
    participant C as CH1115 Driver
    participant S as Serial Mock

    T->>C: Initialize(serial)
    C->>S: Send initialization commands
    C->>S: Send 1024 bytes (zeros) to clear RAM
    T->>C: Render canvas primitives
    C->>S: Send display commands and image data
    T->>T: Compare recordings with demo_ch1115.json
```

* doc: add CH1115 support and sh1106 rotation fix to changelog

- Update `CHANGES.rst` and documentation for the **3.15.0** release.
- Update copyright headers in test files.

---------

Co-authored-by: Richard Hull <rm_hull@yahoo.co.uk>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

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

536 of 539 relevant lines covered (99.44%)

5.97 hits per line

Jobs
ID Job ID Ran Files Coverage
1 21552342519.1 31 Jan 2026 11:01PM UTC 6
99.44
GitHub Action Run
Source Files on build 21552342519
  • Tree
  • List 6
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • cf3f4df5 on github
  • Prev Build on main (#21543498087)
  • Next Build on main (#21566293725)
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