C++ "convert" it to Micropython

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
Astranome
Posts: 5
Joined: Sun Jul 12, 2020 12:46 pm

C++ "convert" it to Micropython

Post by Astranome » Tue Apr 06, 2021 6:23 pm

There are C++ drivers for LilyGo available: https://github.com/Xinyuan-LilyGO/LilyGo-EPD47

How difficult will it be to "convert" it to Micropython? (for example by creating a module)

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

Re: C++ "convert" it to Micropython

Post by pythoncoder » Wed Apr 07, 2021 6:56 am

It all depends on your level of experience. I would regard it as a substantial challenge given the sheer amount of C code.

There are a number of ePaper drivers from @mcauser (for Waveshare devices) and myself (mainly Adafruit). Using one of these devices and drivers would be much simpler.
Peter Hinch
Index to my micropython libraries.

User avatar
charduino12
Posts: 2
Joined: Tue Apr 06, 2021 3:37 pm
Location: Nagpur, Maharashtra, India
Contact:

Re: C++ "convert" it to Micropython

Post by charduino12 » Wed Apr 07, 2021 8:31 am

Yes we can convert C++ into micropython, As it depends on your programming skills and experience.
There can be various ways to write a code in different logic, so Get start with it and try your best.

Astranome
Posts: 5
Joined: Sun Jul 12, 2020 12:46 pm

Re: C++ "convert" it to Micropython

Post by Astranome » Wed Apr 07, 2021 4:14 pm

pythoncoder wrote:
Wed Apr 07, 2021 6:56 am
It all depends on your level of experience. I would regard it as a substantial challenge given the sheer amount of C code.

There are a number of ePaper drivers from @mcauser (for Waveshare devices) and myself (mainly Adafruit). Using one of these devices and drivers would be much simpler.
But the LilyGo has an 8-bit parallel interface, not SPI , unfortunately :(

Post Reply