Skip to content
  • rahix's avatar
    feat(epicardium): Add a new LCD driver · 59679a8a
    rahix authored
    Currently we're still working with the reference driver from Waveshare.
    This driver seems hacked together and also does not really fit for what
    we're doing with the display.  Even less so because it configures the
    display upside down.
    
    As a first step towards dropping this vendor library, introduce
    a reimplementation which is purpose built to our usecase.  This new
    library configures the screen right side up natively but still allows to
    change to the legacy orientation on the fly to support the old codebase.
    59679a8a