nt35510
Standalone no_std NT35510 DSI LCD controller driver.
This crate is transport-agnostic and accepts any DSI host implementing
embedded_display_controller::dsi::DsiHostCtrlIo.
Usage
use DsiHostCtrlIo;
use DelayNs;
use ;
Nt35510Config::default() matches STM32F469I-DISCO tested settings
(portrait, RGB565, 480x800). Landscape mode is available but currently untested.
init() and init_rgb565() remain convenience wrappers.