Page 1 of 1

C++ "convert" it to Micropython

Posted: Tue Apr 06, 2021 6:23 pm
by Astranome
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)

Re: C++ "convert" it to Micropython

Posted: Wed Apr 07, 2021 6:56 am
by pythoncoder
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.

Re: C++ "convert" it to Micropython

Posted: Wed Apr 07, 2021 8:31 am
by charduino12
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.

Re: C++ "convert" it to Micropython

Posted: Wed Apr 07, 2021 4:14 pm
by Astranome
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 :(