I have literally spent multiple hours trying to find how to use my Kentec EB-LM4F120-L35 display with my Tiva EK-TM4C1294XL Launchpad, for image display and touch interaction. The basics, the 'Hello Worlds', and I cannot find these.
Where can we find such "Kentec 101, Hello World for image display and touch interaction"? These use grlib, and from my understanding GrImageDraw() for drawing images, but the example grlib_demo code provided in TivaWare does an offensively primitive and deeply nested demonstration of GrImageDraw(), and fails strongly at showing the user anything of how it works or how to use it.
I have thus not looked into touch use at the moment, images are a prerequisite task for my application.
Question
Where is basic illustrative and/or explanatory documentation on GrImageDraw? Is there basic example code?
Supplement
I am surprised, I did not expect this. The demo code (ek-tm4c1294xl-boostxl-kentec-l35/grlib_demo) works so smoothly for image display and touch, yet is so heavily layered and nested it is impossibly retractable. And the commenting here is offensively procedural and standardized - it has little concern or intent to teach or to illustrate!