Jeroi
Jeroi
Now I think for linux part the COMXX naming works for linux ttySXX part and same time accepts other linux names like ttyACM0 without responding unknown device name.
I am currently in a process to replace errors with exception handling, stay tuned.
I made but the problem is LCD sharing touchscreen pins. It makes LCD go crazy. But I will take a look more to it and if I find a solution...
Ok here is function which you need to add to your TouchScreen.cpp: bool TouchScreen::isTouching(void) { //read current pressure level uint16_t touch = pressure(); ``` //Clean the touchScreen settings after function...
Have to say also that the pressure() function is not working at current state. It leaves output pins as input and makes LCD go crazy. It needs some serius repairs...
You need to define atleast 10-100 to min pressure to get it working.