How to "device driver"

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
mcc
Posts: 14
Joined: Fri Oct 30, 2020 4:41 am

How to "device driver"

Post by mcc » Wed Nov 04, 2020 5:54 am

Hi,

I am using an ESP32(WROVER-B) based board by TTGO and Linux is my OS. :)

To use an ILI9340 driven TFT display with this board I need a device driver....and crawling the forum I found one
(viewtopic.php?f=14&t=1996&hilit=ILI9340#p11180).

But that one is located in the "wrong" port ( "nrf" ) and imports something from seedstudio.

When it comes to Micropython I am real newbie...

What would be the best way to get a driver for my ILI9340 TFT display?
Is there a general way to port Arduino libraries to Micropython?

Cheers!
mcc

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: How to "device driver"

Post by pythoncoder » Wed Nov 04, 2020 7:14 am

A forum search on ILI9340 throws up 40 results. Perhaps one of those will point you to an answer.
Peter Hinch
Index to my micropython libraries.

Post Reply