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

dangernoodle-io / breadboard / 25271064098
100%

Build:
DEFAULT BRANCH: main
Ran 03 May 2026 05:39AM 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 05:38AM UTC coverage: 100.0%. Remained the same
25271064098

push

github

web-flow
feat(bb_display): set_rotation API + per-backend impls (B1-154) (#192)

adds bb_display_set_rotation(deg) to the public API. core dispatch
validates the angle (0/90/180/270 only), forwards to a new vtable
slot on bb_display_backend_t, and updates s_width/s_height with
post-rotation dimensions returned by the backend. backends that
leave the slot NULL get BB_ERR_INVALID_STATE returned to callers.

per-backend implementations:
- ssd1306 (arduino + esp-idf): 0/180 only, via SEGREMAP (0xA0/0xA1)
  + COMSCAN (0xC0/0xC8) on arduino, mirror() on esp-idf. 90/270
  returns BB_ERR_INVALID_STATE — the page-oriented framebuffer can't
  rotate arbitrarily without a full software transpose.
- ili9341 (arduino + esp-idf): full 0/90/180/270 via MADCTL on
  arduino, esp_lcd_panel_swap_xy + mirror on esp-idf. dimensions
  swap on 90/270.
- st77xx — st7735 + st7789 on both arduino and esp-idf: same MADCTL
  / swap_xy + mirror approach.
- ek79007: set_rotation = NULL. lvgl handles rotation differently;
  out of scope.

371 host tests pass; all six smoke envs build green. bench validation
will land alongside the showcase smoke demo (next PR).

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 25271064098.1 03 May 2026 05:39AM UTC 10
100.0
GitHub Action Run
Source Files on build 25271064098
  • 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 #25271064098
  • e5e0342a on github
  • Prev Build on main (#25270865280)
  • Next Build on main (#25281398337)
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