I am having 40 pin display and wanted to know if any library or program that can have Touch interface, I can see display of camera input,
in example page in the end there is one section named ,
Let's try drawing and text display using the Adafruit GFX library.
but it is incomplete, is any one has any working idea how to test a touch interface for this LCD?
Regards,
Ritesh
Okay!Thank you, saw the schematic and got the idea about it, Pin is not connected to any of the pins
I am trying to run this code from https://github.com/d-kato/GR-Boards_AudioMoviePlayer
from this code I am trying to play a file from SD card of .mov extension,
When I press the reset button, I can here the audio but not able to see any video on LCD display,
I had changed the mbed_app.json file to this
from the analysis of code I found #if MBED_CONF_APP_LCD is using, I have added the printf statements but it is not getting called, so I think this needs to be set somewhere from config to call EasyAttach_Init() function,
That would be really helpful for me if anybody having any idea on this.
Regards
got the solution, I am answering to my own query because I think it is helpful for others, mbed_app.json file is very important while making LCD selection or else we need to change mbed_config.h file both does the same job, but I got my code working now.