Search

Technical Discussion Group Forum

This forum is provided for user discussion. While Beacon EmbeddedWorks support staff and engineers participate, Beacon EmbeddedWorks does not guarantee the accuracy of all information within in the Technical Discussion Group (TDG).

The "Articles" forums provide brief Articles written by Beacon EmbeddedWorks engineers that address the most frequently asked technical questions.

To receive email notifications when updates are posted for a Beacon EmbeddedWorks product download, please subscribe to the TDG Forum of interest.

TDG Forum

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 02 Apr 2012 02:14 PM by  glennj@logicpd.com
Article: DM3730 -- How to Re-Calibrate the Touch-Screen
 0 Replies
Sort:
You are not authorized to post a reply.
Author Messages
glennj@logicpd.com
New Member
New Member
Posts:


--
02 Apr 2012 02:14 PM
    Q: How is the touch-screen re-calibrated on the DM3730, AM3703 Zoom kit?
    A:
    To re-calibrate the touchscreen follow these commands from the DM37x Linux BSP User Guide (1020203A) for the DM3730. Section 3.12

    *************
    The sample image includes support for the Zoom Development Kit?s touch screen via the special file /dev/input/event0. To view raw touch data, try the octal dump command and then touch the screen.

    DM-37x# od –x /dev/input/event0
    *****
    To calibrate the touch screen, use the following commands:
    DM-37x# export TSLIB_TSDEVICE=/dev/input/event0
    DM-37x# export TSLIB_CALIBFILE=/etc/pointercal
    DM-37x# export TSLIB_CONSOLEDEVICE=none
    DM-37x# export TSLIB_FBDEVICE=/dev/fb0 DM-37x# ts_test
    Verify touches respond appropriately, then type:
    DM-37x# ts_calibrate

    Products Included:
    DM3730, AM3703, DM3730 Torpedo, DM3730 Torpedo + Wireless
    You are not authorized to post a reply.