Search found 2 matches
- Sat Aug 05, 2017 10:14 am
- Forum: General Discussion and Questions
- Topic: Using micropython with arduino core
- Replies: 4
- Views: 6982
Re: Using micropython with arduino core
@micropython.native does not work on ESP32 The library I want to use is https://github.com/Bodmer/TFT_eSPI It works on Arduino. I don't want any other library since only this one gives the performance I want. Porting it is out of my skills ;/ Can't I put this library and arduino core for ESP32 toget...
- Fri Aug 04, 2017 10:48 am
- Forum: General Discussion and Questions
- Topic: Using micropython with arduino core
- Replies: 4
- Views: 6982
Using micropython with arduino core
Is it possible to write a program in arduino core and have micropython at the same time? I want to have a scripting language, but can't write it entirely in python due to a bad performance. I know that I can embed C code in micropython, but can I use arduino libraries there?