-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Esp8266 support? #105
Comments
I am not sure how different that is from ESP-IDF. I am pretty sure they are not compatible? But I guess the ESP-IDF version could be used as basis for porting the needed abstraction layer. You need to provide only init and putpixel functions. Anything else is extra to make things faster. GD is an example of simple implementation. https://github.com/tuupola/hagl_gd |
For SPI displays 90% of work is porting this file: https://github.com/tuupola/hagl_pico_mipi/blob/master/mipi_display.c Currently the Pico version is probably the cleanest code and good for using as basis. |
So I'll try it and let it lead. Otherwise, I ask because ESP8266-RTOS has a slightly different SPI API than ESP-IDF. |
Yeah I never tried it myself. I jumped straight into ESP32. |
Yes Yes Yes. I also started with ESP32 but I have a lot of wemos d1 that I have to use. otherwise, I have a functional GFX, but I'm looking for something more abstract... without complicated porting between ESP8266 and ESP32. so that I don't have two different projects just because of the tft display.. as soon as I use up the ESP8266, I'll switch to the ESP32 (c2, c3, etc.) |
Hello. Is esp8266-rtos-sdk supported?
The text was updated successfully, but these errors were encountered: