-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Hello!
I am wondering if someone can point me in the direction of tutorials or documentation regarding how to use this lib on a high level. I'm new to firmware development and am having trouble understanding how/when to implement methods for things like creating a scrollable area, getting text wrapping to work, drawing certain elements and so on. I think I've reached the limits of what I can understand just by looking at the src files, and my attempts to implement these methods are not producing the expected behavior. Using setScrollTextArea() as just one example - what do x, y, w and h correspond to? In general I'm having a hard time parsing what parameters to use (beyond just their expected types) to get more complex drawing behavior to work beyond just defining static shapes and colors.
I am also not seeing the "links above for our tutorials and wiring diagrams" indicated in the README - have they been removed?
Anything helps, thanks!