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

Remove all MAX7456 specific code, replace it with generic interfaces #4384

Merged
merged 1 commit into from
Mar 15, 2019

Commits on Mar 15, 2019

  1. Remove all MAX7456 specific code, replace it with generic interfaces

    - Rename max7456_symbols.h to osd_symbols.h. We'll expect all supported
    OSD drivers to use the same font style.
    - Introduce drivers/osd.h, which defines the supported video systems
    and the format for the OSD characters that all drivers must support.
    - Remove drivers/vcd.h, since having a file for a single enum is
    kind of annoying, move this enum to the new drivers/osd.h file.
    - Add osdGetDisplayPort() for retriving the display port used by
    the OSD.
    - Add a new display function named writeFontCharacter() which takes
    a character address and its data.
    - Use the aforementioned 2 functions to implement character font
    uploading in fc_msp.c, so it's not MAX7456-specific anymore.
    fiam committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    9829ba4 View commit details
    Browse the repository at this point in the history