Reiko
Reiko
I could understand this. ``` Override public boolean onTouchEvent(MotionEvent event) { boolean update = false; Log.i("Reiko","ColorPiverView onTouchEvent"+event.getAction()); switch (event.getAction()) { case MotionEvent.ACTION_DOWN: startTouchPoint = new Point((int) event.getX(), (int) event.getY()); update...
this is the problem 2020-06-17 21:44:42.479 28762-28762/de.reikodd.prototyping I/Reiko: ColorPickererView onTouchEvent1 2020-06-17 21:44:42.479 28762-28762/de.reikodd.prototyping I/Reiko: **ACTION_UP false** 2020-06-17 21:44:42.479 28762-28762/de.reikodd.prototyping I/Reiko: ColorPickerView update:false 2020-06-17 21:44:43.055 28762-28762/de.reikodd.prototyping I/Reiko: ColorPickererView onTouchEvent0 2020-06-17 21:44:43.055...
that is not the solution but the cause. I'm going to open another issue.
again for understanding. Is it this bug? https://youtu.be/XdgR-6jNwek This is my debugging.  Logcat ok  error ![Bildschirmfoto 2020-06-18 um...
Update, TFT 1.44 is running on Arduino Nano ESP32 but i cant read from SD Card with Card_CS Pin 4 ``` ESP32 TFT VBUS Vin GND GND D8 D/C D9...