-
Notifications
You must be signed in to change notification settings - Fork 63
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
Issues with CCGraph - Plotting Points and Colors on multiple Graphs #8
Comments
Oh here is the whole sketch
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Kris
Been hacking on your controls library so I can use one of the new RA8876 parallel display libraries that we've been working on for the Teensy 4.1.
Since most of libraries are derivatives of the ILI9341_t3 library most of the commands were the same.
To get it to work with the new lib I changed the #include to:
Tried the 800x 600 NT33510 lib as well but think there are issues with it. But the RA8876 works for the most part. But did have to change your drawFillRoundRect and fillroundrect functions to match whats in the RA8876 lib to:
Not sure yet if I have to do that for other display libs we have yet.
Also in your latest version you are using
measureTextWidth
which we never ported over to any of the other libs so I usedThat still needs work for multiple lines but will get there.
Next Post has the issues. This was just the disclaimer
The text was updated successfully, but these errors were encountered: