Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Nextion set_component_picture call #6378

Merged
merged 1 commit into from
Mar 16, 2024
Merged

Commits on Mar 15, 2024

  1. Fix Nextion set_component_picture call

    This fixes the call to the Nextion display to change the pic id from a component.
    It was previously changing the attribute `val`, which is related to something else.
    In addition, I've changed the parameter for picture_id to be uint_8, as Nextion requires an integer from 0 to 255 on this attribute.
    edwardtfn committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    6dc84f7 View commit details
    Browse the repository at this point in the history