Search found 5 matches

by Astranome
Wed Apr 07, 2021 4:14 pm
Forum: ESP32 boards
Topic: C++ "convert" it to Micropython
Replies: 3
Views: 3383

Re: C++ "convert" it to Micropython

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 L...
by Astranome
Tue Apr 06, 2021 6:23 pm
Forum: ESP32 boards
Topic: C++ "convert" it to Micropython
Replies: 3
Views: 3383

C++ "convert" it to Micropython

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)
by Astranome
Tue Apr 06, 2021 12:56 am
Forum: ESP32 boards
Topic: LilyGO T5 4.7 driver?
Replies: 12
Views: 83884

LilyGO T5 4.7 driver?

Does LilyGo T5 4.7 inch e-paper driver exist in Micropython Universe? Maybe any e-paper driver with 8 bit parallel interface?
by Astranome
Fri Jul 17, 2020 2:05 am
Forum: ESP8266 boards
Topic: Redirecting terminal/WebRepl to OLED 1306
Replies: 32
Views: 31157

Re: Redirecting terminal/WebRepl to OLED 1306

What about PS/2 Keyboard?
by Astranome
Sun Jul 12, 2020 5:26 pm
Forum: ESP8266 boards
Topic: Redirecting terminal/WebRepl to OLED 1306
Replies: 32
Views: 31157

Re: Redirecting terminal/WebRepl to OLED 1306

Is possible to add keyboard ? I would really like to make " true stand alone" python terminal :D