Skip to content

This MicroEJ project helps to configure and test the touch panel.

License

Notifications You must be signed in to change notification settings

gjadi-mej/Tool-Java-Touch

 
 

Repository files navigation

Overview

This test has several features:

  • The Threshold test page tests the touch press threshold on a UI object, like a button.
  • The Filtering test page tests the touch drag event, with the display flickering if a drag event was detected.
  • The Calibration test page tests the touch coordinates, displaying a grid on the whole screen and printing the coordinates of a touch press.
  • The Drag test page tests the touch drag event, by displaying all the intermediary touch points between a press and a release
  • The Target test page tests the touch coordinates, display a target randomly on the screen and printing the delta between the coordinates of a touch press and the center of target.

Requirements

  • MicroEJ SDK 4.0 or later
  • Java JDK 1.7 or later

Run on device

Build

  1. Right Click on the project.
  2. Select Run as -> Run Configuration
  3. Select MicroEJ Application configuration kind
  4. Click on New launch configuration icon
  5. In Execution tab
    1. In Target frame, in Platform field, select a platform
    2. In Execution frame
      1. Select Execute on Device
  6. Press Apply
  7. Press Run

Dependencies

All dependencies are retrieved transitively by Ivy resolver.

Source

N/A

Restrictions

None.

About

This MicroEJ project helps to configure and test the touch panel.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%