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

dangernoodle-io / breadboard / 25270258492
100%

Build:
DEFAULT BRANCH: main
Ran 03 May 2026 04:53AM UTC
Jobs 1
Files 10
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

03 May 2026 04:52AM UTC coverage: 100.0%. Remained the same
25270258492

push

github

web-flow
fix(bb_display): ssd1306 arduino — luma threshold for rgb565→mono (#188)

previous threshold (any non-zero color = pixel on) was too aggressive:
near-black backgrounds like 0x0004 (the splash bg) mapped to ON, so
clear() lit the whole screen and subsequent text blits painted white-
on-white — invisible.

new threshold uses ~50% luma, so:
  0x0000 (black)          → off
  0x0004 (very dark blue) → off
  0xFFFF (white)          → on
  bright colors           → on

validated on the bench: ssd1315 oled wired to r4 wifi via base shield
v2.1 grove i2c — splash now renders white text on black background.

336 of 336 branches covered (100.0%)

Branch coverage included in aggregate %.

557 of 557 relevant lines covered (100.0%)

483.9 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25270258492.1 03 May 2026 04:53AM UTC 10
100.0
GitHub Action Run
Source Files on build 25270258492
  • Tree
  • List 10
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25270258492
  • bbabe184 on github
  • Prev Build on main (#25269923167)
  • Next Build on main (#25270341699)
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