slint/internal/backends/mcu/pico_st7789
Olivier Goffart 5494e4ec28 mcu pico: fix the screen artifacts by re-implementing display-interface-spi
The display-interface-spi crate the not flush the internal fifo between the write
and the changes of the CS and DC pins, which result of changing these pins before
the screen recieve all the data over the spi and causes artifacts on the screen.

So re-implement the logic in our crate and use `transfer` instead of `write`
which flushes the fifo correctly.
2022-06-16 21:36:15 +02:00
..
board_config.toml Add MCU board config setup (#1006) 2022-03-03 13:31:40 +01:00
display_interface_spi.rs mcu pico: fix the screen artifacts by re-implementing display-interface-spi 2022-06-16 21:36:15 +02:00
memory.x Add MCU board config setup (#1006) 2022-03-03 13:31:40 +01:00