sajattack / st7735-lcd-rs

Rust library for displays using the ST7735 driver
https://docs.rs/st7735-lcd
MIT License
37 stars 28 forks source link

Small improvements #6

Closed birkenfeld closed 4 years ago

sajattack commented 4 years ago

Can you explain why you feel it's beneficial to have several start_data calls rather than just one in write_data that cascades down?

birkenfeld commented 4 years ago

I tried to avoid duplicating the dc.set_high() for every bit of data written. But it's questionable whether that's an actual gain...