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

dangernoodle-io / breadboard / 28699193808
100%

Build:
DEFAULT BRANCH: main
Ran 04 Jul 2026 07:32AM UTC
Jobs 1
Files 52
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

04 Jul 2026 07:30AM UTC coverage: 100.0%. Remained the same
28699193808

push

github

web-flow
fix(bb_display): wait for SPI DMA completion before reusing bounce buffer (per-glyph draw_text corruption on ILI9341/st77xx) (#709)

- esp_lcd_panel_draw_bitmap() is async (queues the DMA transfer, trans_queue_depth=10) but bb_display_blit_spi/bb_display_clear_spi refill the shared s_bounce buffer on the next call before the prior transfer drains
- bb_display_draw_text() blits one glyph at a time, so larger glyphs (8x16, 256B) take longer to drain than smaller ones (5x8, 40B), garbling multi-glyph text on ILI9341/st77xx panels
- serialize the blit by registering an on_color_trans_done callback at panel-IO creation (bb_display_spi_new_panel_io) that signals a binary semaphore, taken after every draw_bitmap chunk before the buffer is reused
- affects any SPI-panel draw_text consumer sharing bb_display_spi_common (ili9341 + st77xx); assumes the existing single-drawing-task contract — the semaphore gates DMA completion, not cross-task sync

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

2262 of 2262 branches covered (100.0%)

Branch coverage included in aggregate %.

3793 of 3793 relevant lines covered (100.0%)

1209.02 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28699193808.1 04 Jul 2026 07:32AM UTC 52
100.0
GitHub Action Run
Source Files on build 28699193808
  • Tree
  • List 52
  • 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 #28699193808
  • a551714a on github
  • Prev Build on main (#28697219711)
  • Next Build on main (#28714830029)
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