Skip to content
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

Open
colesnicov opened this issue Feb 13, 2023 · 5 comments
Open

Esp8266 support? #105

colesnicov opened this issue Feb 13, 2023 · 5 comments

Comments

@colesnicov
Copy link

Hello. Is esp8266-rtos-sdk supported?

@tuupola
Copy link
Owner

tuupola commented Feb 13, 2023

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
https://github.com/tuupola/hagl_esp_mipi

@tuupola
Copy link
Owner

tuupola commented Feb 13, 2023

@colesnicov
Copy link
Author

So I'll try it and let it lead. Otherwise, I ask because ESP8266-RTOS has a slightly different SPI API than ESP-IDF.

@tuupola
Copy link
Owner

tuupola commented Feb 13, 2023

Yeah I never tried it myself. I jumped straight into ESP32.

@colesnicov
Copy link
Author

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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants