Ucglib_Arduino icon indicating copy to clipboard operation
Ucglib_Arduino copied to clipboard

ILI9225 support

Open h1aji opened this issue 3 years ago • 3 comments

Hi, is it possible to add support for 2.0 inch display ILI9225. Documentation available here: https://github.com/raek/ili9225_documentation/blob/master/ili9225.md

Thanks

h1aji avatar Nov 05 '21 08:11 h1aji

@moononournation would you be able to assist?

h1aji avatar Nov 05 '21 09:11 h1aji

I have stopped working on ucglib

olikraus avatar Nov 05 '21 19:11 olikraus

The basic drawing API is simple; the most difficult part for implement ILI9225 handling rotation mode. You may refer to this code to realize how hard it is: https://github.com/moononournation/Arduino_GFX/blob/master/src/display/Arduino_ILI9225.cpp

moononournation avatar Nov 09 '21 12:11 moononournation