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

ILI9341 + ESP32 ESP-IDF + uGUI #28

Open
sukeshak opened this issue Sep 16, 2017 · 2 comments
Open

ILI9341 + ESP32 ESP-IDF + uGUI #28

sukeshak opened this issue Sep 16, 2017 · 2 comments

Comments

@sukeshak
Copy link

What does it take to make to make uGUI work with ILI9341 + ESP32 ESP-IDF ?
Any pointers highly appreciated.

@saikataeie
Copy link

You need to write a simple c program to access the pixel of your display and name that function as pset.If you have draw point code for your display, then it will do the job for you. You just need to change the name of your draw point function to pset.You also need to write the display initialization function for your display and need to call that in main.
After writing your pset function you need to initialize ugui core by calling UG_init function. You 'll see that pset function is already linked with UG_init.
After these steps you are ready to use all the functions of ugui.

@wpmwpm
Copy link

wpmwpm commented Jun 3, 2018

Thanks

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

3 participants