yuri91 / ili9341-rs

A WIP, no_std, generic driver for the ILI9341 (and ILI9340C) TFT LCD display
Apache License 2.0
57 stars 50 forks source link

Implement more methods of embedded_graphics::DrawTarget #10

Closed yuri91 closed 2 years ago

yuri91 commented 4 years ago

In particular clear and draw_line.

It should be easy enough, I just don't have time right now