aster94 / logic-analyzer

Logic Analyzer, for Arduino, AVR, ESP8266 and STM32 with a very nice working processing interface, you could run it also on any Android device.
GNU General Public License v3.0
351 stars 77 forks source link

processing for android build errors #17

Open dleung18 opened 2 years ago

dleung18 commented 2 years ago

I tried to build the processing app in Processing 3. I got the following errors:-

. ERROR in C:\Users\dleun\AppData\Local\Temp\android8370208749590542939sketch\app\src\main\java\processing\test\logic_analyser_arduino_pde\Logic_analyser_arduino_pde.java (at line 352) cursor(HAND); ^^^^ HAND cannot be resolved to a variable

  1. ERROR in C:\Users\dleun\AppData\Local\Temp\android8370208749590542939sketch\app\src\main\java\processing\test\logic_analyser_arduino_pde\Logic_analyser_arduino_pde.java (at line 354) cursor(HAND); ^^^^ HAND cannot be resolved to a variable

  2. ERROR in C:\Users\dleun\AppData\Local\Temp\android8370208749590542939sketch\app\src\main\java\processing\test\logic_analyser_arduino_pde\Logic_analyser_arduino_pde.java (at line 356) cursor(HAND); ^^^^ HAND cannot be resolved to a variable

  3. ERROR in C:\Users\dleun\AppData\Local\Temp\android8370208749590542939sketch\app\src\main\java\processing\test\logic_analyser_arduino_pde\Logic_analyser_arduino_pde.java (at line 358) cursor(HAND); ^^^^ HAND cannot be resolved to a variable

  4. ERROR in C:\Users\dleun\AppData\Local\Temp\android8370208749590542939sketch\app\src\main\java\processing\test\logic_analyser_arduino_pde\Logic_analyser_arduino_pde.java (at line 360) cursor(HAND); ^^^^ Please help to fix it. Thank you, guys.
dleung18 commented 2 years ago

The desktop processing cursor() function does not work in Processing for Android. see this thread in the forum : https://processing.org/reference/noCursor_.html So, this logic analyzer sketch is only for desktop pc. Author, would you please develop another version for Processing for Android? Thank you. BTW, is it possible to change the mouseCursor() to Touch()?, since Android is not using a mouse. It is using the touch screen.

aster94 commented 2 years ago

Sorry, but it isn't in my todo list. Feel free to use this code to develop one

Il lun 13 giu 2022, 18:48 dleung18 @.***> ha scritto:

The desktop processing cursor() function does not work in Processing for Android. see this thread in the forum : https://processing.org/reference/noCursor_.html So, this logic analyzer sketch is only for desktop pc. Author, would you please develop another version for Processing for Android? Thank you. BTW, is it possible to change the mouseCursor() to Touch()?, since Android is not using a mouse. It is using the touch screen.

— Reply to this email directly, view it on GitHub https://github.com/aster94/logic-analyzer/issues/17#issuecomment-1154152829, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFBUBTUWQXACDMPBQ2WIFK3VO5Q45ANCNFSM5YIDKAFQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>