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

dangernoodle-io / breadboard / 25266581987
100%

Build:
DEFAULT BRANCH: main
Ran 03 May 2026 01:22AM 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 01:22AM UTC coverage: 100.0%. Remained the same
25266581987

push

github

web-flow
feat(bb_display): arduino st77xx backend (B1-142) (#186)

arduino sibling of the esp-idf st77xx backend (#181). direct
spi — no adafruit_st77xx dep. two sub-backends in one .cpp:

- st7735: full vendor-init overlay (gamma/power/frame) lifted
  verbatim from platform/espidf/bb_display_st77xx/bb_display_st7735.c,
  adapted to arduino spi with dc-pin command/data control. needed
  for the lilygo t-dongle s3 panel that the esp-idf backend was
  written against.
- st7789: generic init, no overlay.

variant selection via build flags (no kconfig on arduino):
-DBB_DISPLAY_ST77XX_VARIANT_ST7735 (default), VARIANT_ST7789, or
REGISTER_BOTH for cohabiting both. probe=NULL on both — most
arduino boards don't wire miso (matches the esp-idf backend's
behavior); ili9341 with its rddid probe wins first when stacked.

framebuffer-free: blit pushes pixels straight through the spi
bus via 256-pixel byte-swap bounce buffer.

r4_wifis3 smoke env wires it; flash on r4 grew 76.6 → 77.8 kb
(+1.2 kb). 371 host tests pass; all six smoke envs build green.

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 25266581987.1 03 May 2026 01:22AM UTC 10
100.0
GitHub Action Run
Source Files on build 25266581987
  • 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 #25266581987
  • b0ca3e55 on github
  • Prev Build on main (#25266487312)
  • Next Build on main (#25269923167)
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