Skip to content

chore(deps): update lovyangfx to v1.2.28 - #11615

Open
renovate[bot] wants to merge 2 commits into
developfrom
renovate/lovyangfx-1.x
Open

chore(deps): update lovyangfx to v1.2.28#11615
renovate[bot] wants to merge 2 commits into
developfrom
renovate/lovyangfx-1.x

Conversation

@renovate

@renovate renovate Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
LovyanGFX patch tags/1.2.271.2.28
LovyanGFX patch 1.2.271.2.28

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

lovyan03/LovyanGFX (LovyanGFX)

v1.2.28

Compare Source

Fixes

  • SPI: derive the clock divider from the active GPSPI source clock instead of a fixed 80 MHz APB. On ESP32-P4
    / C5 / C61 / H2 the SCLK could come out far below the requested value, and on ESP32-S3 up to twice as fast;
    Arduino builds now also select the faster source. Dividers are clamped to their register widths. (#​851,
    #​899)
  • I2C (ESP32 hardware master): survive slaves that stretch the clock, from microseconds up to the tens of
    milliseconds SMBus allows, and wait for each chunk of a split read to complete before issuing the next
    command. (#​902)
  • Software I2C (negative port numbers): hold the data line until the clock is actually low, so devices
    acknowledge as they should. (#​900)
  • pin_backup_t: restore the output latch together with the rest of the pin state, so a pin that was driving
    low does not come back driving high; clarify which negative port numbers the library reserves. (#​901)

New panel


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Aug 26, 2026
@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.

@caveman99
caveman99 requested a review from mverch67 August 27, 2026 09:49

@mverch67 mverch67 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested with Wio Tracker L2 -> OK

1.2.28 fixes some critical SPI frequency bug, we may need to check other MUI hardware with ILI93xx controller

Edit: I tested crowpanel advanced 3.5" V1 with ILI9488 at SPI 60MHz -> OK
=> so should be good to go

@renovate

renovate Bot commented Aug 27, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant