almindor / mipidsi

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

added ST7796 model #125

Closed liebman closed 2 months ago

liebman commented 2 months ago

Added a model for ST7796.

Previously I used the ST7789 model and set the framebuffer size via options, since thats not possible now, I created a model for it. Its exactly ST7789 but with the framebuffer size changed.

liebman commented 2 months ago

Updated with your suggested changes. Also added other missing models to lib.rs.