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

drv: ft8xx: new coprocessor commands #82376

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Dec 1, 2024

  1. drv: ft8xx: fix logging configuration

    The ft8xx driver reported a compile-time error caused by an invalid
    logging configuration of this module.
    
    This patch intorduces FT800-specific logging configuration in Kconfig
    that is used by the driver. This way the error is fixed.
    
    Signed-off-by: Hubert Miś <[email protected]>
    hubertmis committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    922f4db View commit details
    Browse the repository at this point in the history
  2. drv: ft8xx: new coprocessor commands

    Implement more co-processor commands in the FT8xx display driver.
    The list of the new implemented commands consists of:
    
    * CMD_FGCOLOR
    * CMD_BGCOLOR
    * CMD_SLIDER
    * CMD_TOGGLE
    * CMD_TRACK
    
    Signed-off-by: Hubert Miś <[email protected]>
    hubertmis committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    6837dda View commit details
    Browse the repository at this point in the history