I'm a beginner and I want to display a line graph with 3 analog pin outputs on the y axis and time in seconds on the x axis on the arduino giga display, I couldnt find any examples online I think I should use the lvgl Library but I am not sure, if anyone can show me a example code or point me in the right direction that would be nice
Also I found this code But I don't know how i could use this for my problem if someone can make it more simple for me to understand that will help
Can you crawl before running! Does your display function correctly with test programs?
Yes it can run a basic program I made and some graphic examples I found online
Next step is to make it clear the screen and draw the axis.
Then to plot a random dot at the rightmost x-position and have it scroll one position to the left. Repeat this in your loop function once per second.
Are there any examples of code you could link, I don’t know how to do that
The steps I mentioned are homework for you to find out and learn. You need to study the graphics examples you have working and read the documentation of the library that they use. My steps can be implemented using the basic graphic calls that the library provides. Good luck!
Ok thanks I will try to do this soon I will reply wether the code works or not