Is there a package manager on the display module?

Our display modules do not support a package manager (e.g. opkg) to install new packages. Package managers require extensive support from the vendor to provide pre-compiled packages for the target platform, and a server infrastructure to make the packages available to customers.

Is there a package manager on the display module?2019-10-29T09:36:06-07:00

The system date in my Linux VM does not match the host system’s date. How do I fix this?

You can get the VM’s time synced with the host system by starting the VM, then in the upper-left corner, click Player->Manage->Virtual Machine Settings… Then click the Options tab, VMware Tools, and check the “Synchronize guest time with host” checkbox. Then click OK. You can do the same thing from the VMware Player start-up screen by clicking on the desired VM, then click, “Edit virtual machine settings,” then click the Options tab… After you either reset the VM or power it off then back on, the time should be the same as on the host system.

The system date in my Linux VM does not match the host system’s date. How do I fix this?2019-10-29T09:35:17-07:00

Do you have a “ruggedized” display module?

This is not our core competency. We suggest that you look at products from Beijer Electronics which are designed for rugged applications.

Do you have a “ruggedized” display module?2022-04-08T09:37:23-07:00

Touchscreen Not Working Correctly

To re-calibrate the touchscreen, log into the console and use the command: ts_calibrate After that, you can use the command ts_test to check the touch operation.

Touchscreen Not Working Correctly2019-10-29T09:28:43-07:00

Why doesn’t the module boot properly (jumper is in) from NAND?

If your module is running from NAND, you edited system files, and your module doesn’t boot properly from NAND anymore, you will have to restore the base image. This will delete any work you have done (sorry!). Insert the SD card with the image you want (find the appropriate Software Releases by going to the "Touchscreen Display Module" menu, selecting your module and looking in the "Downloads" tab) and remove the NAND boot jumper. Then use the View, Advanced View option of the G2Link program and click the Upgrade Flash button. When the update is finished, reinstall the jumper and power cycle. Then re-install your application to NAND.

Why doesn’t the module boot properly (jumper is in) from NAND?2019-10-29T09:28:18-07:00

I use connection.sendMessage() to send messages to my microcontroller, but get a “Reference Error” when I run the QML application on a PC. How do I avoid this error?

You can test for the presence of “connection” with this approach:   The code above will use connection.sendMessage() when running on the display module but will use console.log() when running on the PC.

I use connection.sendMessage() to send messages to my microcontroller, but get a “Reference Error” when I run the QML application on a PC. How do I avoid this error?2019-10-29T09:23:51-07:00

How do I rotate the display by 90° or 180°?

The Orientation page explains the changes required to rotate the display contents. Note: This only applies to G2C1 modules, not G2H2 modules.

How do I rotate the display by 90° or 180°?2019-12-04T08:40:03-08:00
Go to Top