almindor / mipidsi

MIPI Display Serial Interface unified driver
MIT License
108 stars 46 forks source link

DCS instruction abstraction #44

Closed almindor closed 1 year ago

almindor commented 1 year ago

Adds DCS abstraction and a new Dcs wrapper on top of display-interface to:

  1. Ensure correct and safe use of DCS commands (where applicable)
  2. Make init code for models more readable
  3. Separate the DCS aspects out to another crate (in a separate PR)