I need to use the touchscreen to show information and "press" a button. I am using the Arduino IDE. Do I need to call any library or something?
Got any example perhaps?
I plan on using the Adafruit libraries for the GUI, I dont know it that is important.
Thank you
How to code the touchscreen for a STM32MP157C-DK2 ?
Re: How to code the touchscreen for a STM32MP157C-DK2 ?
it seemed MP1 runs linux
https://www.st.com/en/evaluation-tools/ ... l#overview
so it probably runs like an Rpi, have you tried out the linux firmware / software provided by ST?
it can probably run X windows, c++, python, java, all the various apps (web browser?) and all. only the cortex m4 'co-processors' need bare metal style development.
https://www.st.com/en/evaluation-tools/ ... l#overview
so it probably runs like an Rpi, have you tried out the linux firmware / software provided by ST?
it can probably run X windows, c++, python, java, all the various apps (web browser?) and all. only the cortex m4 'co-processors' need bare metal style development.
Re: How to code the touchscreen for a STM32MP157C-DK2 ?
I am using Arduino IDE. Using the Adafruit libraries. We will see if it works.
Re: How to code the touchscreen for a STM32MP157C-DK2 ?
This will not work. The support added is only for the cortex m4, it has no access to the screen. It handle only the Arduino connector and can communicate with the Linux thanks OpenAmp.
Re: How to code the touchscreen for a STM32MP157C-DK2 ?
Why wouldnt it work? Arduino is CC language.fpiSTM wrote: Wed Jun 10, 2020 5:46 am This will not work. The support added is only for the cortex m4, it has no access to the screen. It handle only the Arduino connector and can communicate with the Linux thanks OpenAmp.
Can I at least display information on the screen?
-
- Posts: 26
- Joined: Tue Jan 07, 2020 4:22 pm