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

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

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Repo Added 10 Jan 2017 09:52PM UTC
Files 6
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

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • 2.0.0
  • 2.0.1
  • 2.1.0
  • 2.2.0
  • 2.2.1
  • 2.2.10
  • 2.2.11
  • 2.2.12
  • 2.2.2
  • 2.2.3
  • 2.2.4
  • 2.2.5
  • 2.2.6
  • 2.2.7
  • 2.2.8
  • 2.2.9
  • 2.3.0
  • 2.3.1
  • 2.3.2
  • 2.4.0
  • 2.4.1
  • 2.5.0
  • 2.5.1
  • 3.0.0
  • 3.0.1
  • 3.1.0
  • 3.1.1
  • 3.2.0
  • 3.2.1
  • 3.3.0
  • 3.4.0
  • 3.5.0
  • 3.6.0
  • 3.7.0
  • 3.8.0
  • 3.8.1
  • add-troubleshooting
  • assert-called
  • baseline-json-178
  • bugfix/16bit-rgb-packing
  • bugfix/cmd-exceed-32-bytes
  • bugfix/framebuffer-regression
  • bugfix/issue-229
  • bugfix/mutable-default-parameter
  • bugfix/ssd1306_64x48
  • bugfix/ssd1325-diff-to-previous
  • bugfix/ssd1327-diff-to-previous
  • build-update
  • chore/breaking-change
  • chore/dependabot
  • chore/repair-reference-data
  • consistent_docs
  • coveralls-once
  • deprecated-setup
  • develop
  • device-doc
  • doc-build
  • doc-fix
  • doc-fixes
  • doc-update
  • doc-upgrade
  • drop-py38
  • examples-dir
  • failing-tests
  • feature/SSD1351
  • feature/ch1115
  • feature/device-consolidation
  • feature/improved-framebuffer-performance
  • feature/ssd1309
  • feature/ssd1316
  • feature/ssd1322
  • feature/ssd1322_nhd_tests
  • feature/ssd1362
  • fix-badge
  • fix-markup
  • focal
  • formatting
  • i2c-doc
  • install-venv
  • issue-template
  • master
  • more-rst-check
  • move-version-nr
  • namespace-fix
  • optimize-display
  • package-rename
  • patch-1
  • py27-mock
  • py34-38
  • py37
  • py37-ok
  • pytest-31
  • raspbian-name-change
  • remove-py27
  • rpi5
  • rtd-update
  • setuptools-travis
  • sh1106-rotated
  • ssd1306_64x32
  • ssd1325-tuneup
  • ssd1331-tuneup
  • stretch-pip
  • test-doc-84
  • thijstriemstra-patch-1
  • travis-build
  • update-year-2019
  • use-pathlib
  • xenial-travis
  • zipsafe

01 Feb 2026 11:41PM UTC coverage: 99.443%. Remained the same
21572470847

push

github

web-flow
chore: add dependabot configuration (#407)

* chore: add dependabot configuration

Add `.github/dependabot.yml` to automate dependency updates for
**pip** and **GitHub Actions**.

- Configures weekly update schedules.
- Groups updates to minimize pull request noise.

* Apply suggestion from @rm-hull

536 of 539 relevant lines covered (99.44%)

5.97 hits per line

Relevant lines Covered
Build:
Build:
539 RELEVANT LINES 536 COVERED LINES
5.97 HITS PER LINE
Source Files on main
  • Tree
  • List 6
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
21572470847 main chore: add dependabot configuration (#407) * chore: add dependabot configuration Add `.github/dependabot.yml` to automate dependency updates for **pip** and **GitHub Actions**. - Configures weekly update schedules. - Groups updates to minimize ... push 01 Feb 2026 11:42PM UTC web-flow github
99.44
21570258861 main doc fixes (#408) * Update Raspberry Pi OS instructions for I2C and SPI * Update badge links in documentation index * Revise installation documentation for clarity Updated PyPI link and clarified supported Raspberry Pi models. * Fix formatting... push 01 Feb 2026 09:08PM UTC web-flow github
99.44
21568110238 main doc: fix badges (#406) * Fix actions badge Updated workflow badge link in README.rst * fix pypi links * ci: update readthedocs deps * Update README.rst Co-authored-by: Richard Hull <rm_hull@yahoo.co.uk> * Update Read the Docs configuration ... push 01 Feb 2026 06:37PM UTC web-flow github
99.44
21566293725 main Drop support for Python 3.8 (#405) * drop support for Python 3.8 * update changelog push 01 Feb 2026 04:29PM UTC web-flow github
99.44
21552342519 main 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 suggesti... push 31 Jan 2026 11:01PM UTC web-flow github
99.44
21543498087 main Add SSD1316 OLED driver support (#403) * Add SSD1316 OLED driver support - Add ssd1316 device class extending ssd1306 with 128x32 default - Add unit tests and reference data - Update documentation Fixes #402 * Address review feedback: use name... push 31 Jan 2026 11:04AM UTC web-flow github
99.41
18614740644 main Remove deprecated entries from setup.cfg (#399) License classifiers are deprecated in favor of SPDX license expressions. With Python 2.7 end-of-life, support for building universal wheels is being removed. Co-authored-by: Richard Hull <rm_hull@... push 18 Oct 2025 11:01AM UTC web-flow github
99.41
18460315141 main Update references.rst (#390) Added reference to a blog post explaining how to connect the OLED display and how to draw primitive forms, with examples for beginners Co-authored-by: Thijs Triemstra <info@collab.nl> Co-authored-by: Richard Hull <rm... push 13 Oct 2025 08:52AM UTC web-flow github
99.41
18450602555 main Fix sh1106 display of a rotated image (#398) The rotated width was being used instead of the physical width. push 12 Oct 2025 10:52PM UTC web-flow github
99.41
11646449791 main Update main.yml push 02 Nov 2024 11:01PM UTC web-flow github
99.41
See All Builds (925)
  • Repo on GitHub
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