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

dangernoodle-io / breadboard / 25264745780
100%

Build:
DEFAULT BRANCH: main
Ran 02 May 2026 11:39PM 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

02 May 2026 11:38PM UTC coverage: 100.0%. Remained the same
25264745780

push

github

web-flow
feat(bb_display): backend registry + layered blit/text API (B1-132) (#179)

split bb_display into a panel-agnostic core + per-chip backend
components. core ships pixel-buffer primitives (clear / blit /
flush) plus optional layered helpers (draw_text, show_splash,
show_prov) with a swappable bb_display_font_t (default 8x16
ascii bitmap, vendored from taipanminer).

backends register a bb_display_backend_t via a constructor at
link time; bb_display_init picks the registered backend and
caches its native dimensions. backends optionally provide a
native draw_text (lvgl uses lv_label); when null, the core
rasterizes via the active font and the backend's blit.

ek79007 + lvgl + esp_lcd_ek79007 + esp_lvgl_port deps move out of
bb_display into a new bb_display_ek79007 component. snugfeather's
lvgl escape hatch (lock/unlock/screen) moves to the new
bb_display_ek79007.h.

headless smoke envs (esp32, esp32c3, tdongle) drop bb_display
from their REQUIRES entirely; the smoke top-level CMakeLists
EXCLUDE_COMPONENTS bb_display_ek79007 only because the example
auto-scans every component dir and the ek79007 managed component
is p4-only.

pr2 (B1-133, st77xx) and pr3 (B1-134, ssd1306) follow; tm
display retirement waits for pr3 + tag.

336 of 336 branches covered (100.0%)

Branch coverage included in aggregate %.

557 of 557 relevant lines covered (100.0%)

477.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25264745780.1 02 May 2026 11:39PM UTC 10
100.0
GitHub Action Run
Source Files on build 25264745780
  • 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 #25264745780
  • 3827884b on github
  • Prev Build on main (#25263751792)
  • Next Build on main (#25265154476)
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