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

dangernoodle-io / breadboard / 26003381796
100%

Build:
DEFAULT BRANCH: main
Ran 17 May 2026 09:36PM UTC
Jobs 1
Files 17
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

17 May 2026 09:35PM UTC coverage: 100.0%. Remained the same
26003381796

push

github

web-flow
perf(bb_display_st77xx): replace 16KB transient malloc with tiled blit (#259)

Heap audit P3-D (backlog B1-208): bb_display_st77xx_blit previously
allocated up to pixel_count * sizeof(uint16_t) = 16,384 B contiguous
from the default heap on every large blit (max 8192 px). On ESP32-S3
boards without PSRAM (bitaxe-650, tdongle-s3) this transient competes
with mbedtls handshakes and other large allocs.

Replace with the same bounce-buffer tiled approach already used by the
ILI9341 backend: a static uint16_t bounce[512] buffer (1 KB, in
.bss/.data, DMA-capable) tiles the blit row-by-row. Pixel order is
preserved exactly — tile boundaries fall on whole rows. No API change.

Visual regression risk is low: the tile loop submits identical pixel
data in the same order as the previous single-pass path; the only
observable difference is the number of esp_lcd_panel_draw_bitmap calls,
which the panel driver already handles transparently.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

960 of 960 branches covered (100.0%)

Branch coverage included in aggregate %.

1722 of 1722 relevant lines covered (100.0%)

1016.42 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26003381796.1 17 May 2026 09:36PM UTC 17
100.0
GitHub Action Run
Source Files on build 26003381796
  • Tree
  • List 17
  • 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 #26003381796
  • 8a1e62b8 on github
  • Prev Build on main (#26003114839)
  • Next Build on main (#26003912522)
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