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

drivers: Add text display interface #52032

Merged
merged 10 commits into from
May 26, 2023

Commits on May 26, 2023

  1. drivers: Add auxdisplay (text) interface

    Adds the base driver include file and base auxiliary display
    dts file.
    
    Signed-off-by: Jamie McCrae <spam@helper3000.net>
    thedjnK committed May 26, 2023
    Configuration menu
    Copy the full SHA
    7bc094c View commit details
    Browse the repository at this point in the history
  2. drivers: auxdisplay: Add noritake itron VFD auxiliary display

    Adds the driver for a Noritake Itron VFD auxiliary display.
    
    Signed-off-by: Jamie McCrae <spam@helper3000.net>
    thedjnK committed May 26, 2023
    Configuration menu
    Copy the full SHA
    a332593 View commit details
    Browse the repository at this point in the history
  3. drivers: auxdisplay: Port Jinghua Display JHD1313 driver

    Ports the Jinghua Display JHD1313 LCD (with RGB backlight) driver
    to use the new auxdisplay driver interface. This driver is used on
    the seeed grove LCD RGB display, and replaces it.
    
    Signed-off-by: Jamie McCrae <spam@helper3000.net>
    thedjnK committed May 26, 2023
    Configuration menu
    Copy the full SHA
    8119048 View commit details
    Browse the repository at this point in the history
  4. drivers: auxdisplay: Add Hitachi HD44780 driver

    Adds an auxiliary display driver for Hitachi HD44780-based (and
    compatible) LCD displays.
    
    Signed-off-by: Jamie McCrae <spam@helper3000.net>
    thedjnK committed May 26, 2023
    Configuration menu
    Copy the full SHA
    38caa64 View commit details
    Browse the repository at this point in the history
  5. CODEOWNERS: Add self as aux display maintainer

    Add myself as auxiliary display maintainer.
    
    Signed-off-by: Jamie McCrae <spam@helper3000.net>
    thedjnK committed May 26, 2023
    Configuration menu
    Copy the full SHA
    ec71330 View commit details
    Browse the repository at this point in the history
  6. MAINTAINERS: Add self as aux display maintainer

    Add myself as auxiliary display maintainer.
    
    Signed-off-by: Jamie McCrae <spam@helper3000.net>
    thedjnK committed May 26, 2023
    Configuration menu
    Copy the full SHA
    5da99e8 View commit details
    Browse the repository at this point in the history
  7. samples: driver: Add auxdisplay sample

    Adds a simple auxdisplay sample which outputs hello world and the
    name of the board. A sample overlay is provided for the
    nucleo_f746zg board with a Hitachi HD44780-compatible display.
    
    Signed-off-by: Jamie McCrae <spam@helper3000.net>
    thedjnK committed May 26, 2023
    Configuration menu
    Copy the full SHA
    6347029 View commit details
    Browse the repository at this point in the history
  8. doc: hardware: peripheral: Add auxdisplay documentation

    Adds base auxdisplay documentation.
    
    Signed-off-by: Jamie McCrae <spam@helper3000.net>
    thedjnK committed May 26, 2023
    Configuration menu
    Copy the full SHA
    b6f8cc1 View commit details
    Browse the repository at this point in the history
  9. doc: api: Add auxdisplay as unstable API

    Adds the new auxiliary display peripheral as an unstable API.
    
    Signed-off-by: Jamie McCrae <spam@helper3000.net>
    thedjnK committed May 26, 2023
    Configuration menu
    Copy the full SHA
    85cae82 View commit details
    Browse the repository at this point in the history
  10. doc: release: 3.4: Add auxdisplay addition node

    Adds a note on unstable auxiliary display support being added,
    alongside 3 drivers.
    
    Signed-off-by: Jamie McCrae <spam@helper3000.net>
    thedjnK committed May 26, 2023
    Configuration menu
    Copy the full SHA
    6ff540c View commit details
    Browse the repository at this point in the history