Skip to content

chore(deps): forward-port LovyanGFX + audio-driver renovate bumps from master#10826

Merged
thebentern merged 1 commit into
developfrom
chore/backport-renovate-lovyangfx-audio
Jun 30, 2026
Merged

chore(deps): forward-port LovyanGFX + audio-driver renovate bumps from master#10826
thebentern merged 1 commit into
developfrom
chore/backport-renovate-lovyangfx-audio

Conversation

@thebentern

@thebentern thebentern commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

What

Two more renovate updates landed on master (2.7) after #10824, not yet on develop. Same value-reconcile approach.

  • LovyanGFX 1.2.211.2.24 (#10783) — 18 lovyan03 custom.pio pins
  • pschatzmann arduino-audio-driver v0.2.1v0.3.0 (#10770) — tlora-pager, tracksenger

Deliberately left untouched (develop-only pins; master's renovate didn't bump these either)

  • lovyan03/LovyanGFX@1.2.19 — single deliberate variant pin
  • mverch67/LovyanGFX fork — seeed-sensecap-indicator variant (a fork divergence, like libpax — not a version bump)

Verification

  • Native Docker suite: 501/501 passed; log confirms LovyanGFX@1.2.24 installed and built on the native/portduino path (the historically native-fragile dep).
  • audio-driver is ESP32-only (tlora-pager/tracksenger) — not exercised by the native suite; left to this PR's CI matrix.

Summary by CodeRabbit

  • Chores
    • Updated the graphics library across multiple device variants to a newer version.
    • Upgraded the audio driver library on supported board configurations.
    • Kept native and ESP32/ESP32-S3 build setups aligned with the latest dependency versions.

…m master

Two more renovate updates landed on master (2.7) after #10824; reconcile
develop to their values (value reconcile, consistent with #10824):
- LovyanGFX 1.2.21 -> 1.2.24 (#10783) -- 18 lovyan03 custom.pio pins
- pschatzmann arduino-audio-driver v0.2.1 -> v0.3.0 (#10770) -- tlora-pager, tracksenger

Left untouched (deliberate develop-only pins; master's renovate didn't bump them):
- lovyan03/LovyanGFX@1.2.19 (single variant pin)
- mverch67/LovyanGFX fork (seeed-sensecap-indicator variant)
@coderabbitai

coderabbitai Bot commented Jun 30, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 4066f9b1-51c0-49eb-9a21-6a009d4fd52a

📥 Commits

Reviewing files that changed from the base of the PR and between fd62322 and 5afa18c.

📒 Files selected for processing (18)
  • variants/esp32/chatter2/platformio.ini
  • variants/esp32/m5stack_core/platformio.ini
  • variants/esp32/wiphone/platformio.ini
  • variants/esp32s3/heltec_v4/platformio.ini
  • variants/esp32s3/heltec_v4_r8/platformio.ini
  • variants/esp32s3/heltec_wireless_tracker/platformio.ini
  • variants/esp32s3/heltec_wireless_tracker_V1_0/platformio.ini
  • variants/esp32s3/heltec_wireless_tracker_v2/platformio.ini
  • variants/esp32s3/m5stack_cardputer_adv/platformio.ini
  • variants/esp32s3/mesh-tab/platformio.ini
  • variants/esp32s3/picomputer-s3/platformio.ini
  • variants/esp32s3/rak_wismesh_tap_v2/platformio.ini
  • variants/esp32s3/t-deck/platformio.ini
  • variants/esp32s3/t-watch-s3/platformio.ini
  • variants/esp32s3/tlora-pager/platformio.ini
  • variants/esp32s3/tracksenger/platformio.ini
  • variants/esp32s3/unphone/platformio.ini
  • variants/native/portduino.ini

📝 Walkthrough

Walkthrough

LovyanGFX is bumped from 1.2.21 to 1.2.24 across 17 PlatformIO environment configs spanning esp32, esp32s3, and native/portduino variants. Additionally, pschatzmann/arduino-audio-driver is updated from v0.2.1 to v0.3.0 in the m5stack_cardputer_adv and tlora-pager environments.

Changes

Dependency Version Bumps

Layer / File(s) Summary
LovyanGFX 1.2.21→1.2.24
variants/esp32/chatter2/platformio.ini, variants/esp32/m5stack_core/platformio.ini, variants/esp32/wiphone/platformio.ini, variants/esp32s3/heltec_v4/platformio.ini, variants/esp32s3/heltec_v4_r8/platformio.ini, variants/esp32s3/heltec_wireless_tracker*/platformio.ini, variants/esp32s3/mesh-tab/platformio.ini, variants/esp32s3/picomputer-s3/platformio.ini, variants/esp32s3/rak_wismesh_tap_v2/platformio.ini, variants/esp32s3/t-deck/platformio.ini, variants/esp32s3/t-watch-s3/platformio.ini, variants/esp32s3/tlora-pager/platformio.ini, variants/esp32s3/tracksenger/platformio.ini, variants/esp32s3/unphone/platformio.ini, variants/native/portduino.ini
lovyan03/LovyanGFX pinned version updated from 1.2.21 to 1.2.24 in lib_deps for all 17 affected environments.
arduino-audio-driver v0.2.1→v0.3.0
variants/esp32s3/m5stack_cardputer_adv/platformio.ini, variants/esp32s3/tlora-pager/platformio.ini
pschatzmann/arduino-audio-driver ZIP archive URL updated from v0.2.1 to v0.3.0 in two environments.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐇 Hop, hop, the versions grow,
From .21 to .24 we go!
Each ini file gets a tiny nudge,
No logic changed, no single fudge.
The bunny bumps with tidy glee —
Updated deps for you and me! 🎉

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the forward-ported LovyanGFX and audio-driver dependency bumps from master.
Description check ✅ Passed The description covers the changes, untouched pins, and verification, though it omits the template's attestation checklist.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

Comment @coderabbitai help to get the list of available commands.

@thebentern thebentern merged commit 23bb55d into develop Jun 30, 2026
24 of 26 checks passed
@github-actions

Copy link
Copy Markdown
Contributor

⚡ Try this PR in the Web Flasher

Note

Building this pull request… the flash button, badges and supported-board
list will appear here automatically once CI finishes.

@github-actions github-actions Bot added the enhancement New feature or request label Jun 30, 2026
@thebentern thebentern deleted the chore/backport-renovate-lovyangfx-audio branch June 30, 2026 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant