Search found 794 matches

by Raquel
Thu Apr 18, 2024 9:22 am
Forum: GTT Series
Topic: Linux load bitmap
Replies: 10
Views: 101

Re: Linux load bitmap

Good to hear you got it working, Michael.
Thank you for sharing your code here.

Thanks,
by Raquel
Thu Apr 18, 2024 9:19 am
Forum: GTT Series
Topic: GTT70 TTL Tx / Rx flip
Replies: 9
Views: 216

Re: GTT70 TTL Tx / Rx flip

Hello Sean,

Please check Return Message for command 254 55 in the manual.
37645 is the correct module number for the GTT70A-TPC
37636 is for the TPR model; sorry the manual only lists the TPR models

Thank you,
by Raquel
Tue Apr 16, 2024 3:02 pm
Forum: GTT Series
Topic: Linux load bitmap
Replies: 10
Views: 101

Re: Linux load bitmap

Hi Michael, Did you try to turn flow control off on the GTT? Please check that the autoexec file includes the command to turn the flow control off. Or, if you have left the GTT default (flow control on), and turned the flow control on on your Linux host, did you connect the CTS/RTS lines to the GTT?...
by Raquel
Tue Apr 16, 2024 9:39 am
Forum: GTT Series
Topic: Linux load bitmap
Replies: 10
Views: 101

Re: Linux load bitmap

Glad to hear that you resolved the issue.
Thank you,
by Raquel
Mon Apr 15, 2024 9:40 am
Forum: GTT Series
Topic: GTT70 TTL Tx / Rx flip
Replies: 9
Views: 216

Re: GTT70 TTL Tx / Rx flip

Hi Sean,

Please try simpler commands for now: 254 0 or 254 55 as you mentioned earlier.
I think you are not giving the write and read scratch pad commands the right parameters.

I wonder if you are taking advantage of the driver code we provide:
Firmware\Client\gttclient

Thank you,
by Raquel
Mon Apr 15, 2024 9:30 am
Forum: GTT Series
Topic: Linux load bitmap
Replies: 10
Views: 101

Re: Linux load bitmap

Hello Michael, Thank you for posting on the forum. I see that you have flow control off on your port settings. Please note that the GTT has default flow control on. You can choose to have it off via the GTT Designer project. Can you also please try a simple query command like gtt_get_protocol_versio...
by Raquel
Mon Apr 08, 2024 1:39 pm
Forum: GTT Series
Topic: GTT70 TTL Tx / Rx flip
Replies: 9
Views: 216

Re: GTT70 TTL Tx / Rx flip

Hello Sean, Good to hear that you get ACKs from the display now. In order to get the GTT70A to reply via I2C, you will need to set the communication channel to I2C. You may please check command 254 5 from the manual . With I2C, all communication transactions are master initiated. To read back replie...
by Raquel
Wed Apr 03, 2024 1:34 pm
Forum: GTT Series
Topic: GTT70 TTL Tx / Rx flip
Replies: 9
Views: 216

Re: GTT70 TTL Tx / Rx flip

Hello Sean,

It looks like you are addressing the GTT70A with 0xA0. Can you please try 0x50?

Thanks,
by Raquel
Mon Apr 01, 2024 9:41 am
Forum: GTT Series
Topic: GTT70 TTL Tx / Rx flip
Replies: 9
Views: 216

Re: GTT70 TTL Tx / Rx flip

Hello Sean, Thank you for posting on the forum. I think you have done pretty good troubleshooting. My first thought was for turning off flow control which you have done. Please make sure though that command sent is 254 58 0. If this still does not work, I think the TX line may have been damaged as y...
by Raquel
Mon Mar 25, 2024 9:10 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: What does the "Command" in Set and Save Data Lock do?
Replies: 3
Views: 9293

Re: What does the "Command" in Set and Save Data Lock do?

Hello madz,

I apologize for not getting back right away.
Yes, that is correct, a check for 202 245 or 203 245 as command parameters is done.

Thank you,
by Raquel
Mon Mar 25, 2024 8:45 am
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: Screen updates
Replies: 1
Views: 193

Re: Screen updates

Hello koyocik88, Thank you for posting on the forum. The important thing to note on macros: The macro feature is only suitable for use with display lists and not as part of a co-processor list, as the co-processor would regard the Macro command parameters as values rather than pointers to the REG_MA...
by Raquel
Wed Jan 31, 2024 9:10 am
Forum: HDMI TFT
Topic: HTT50G Flickering under Windows and Linux
Replies: 2
Views: 1638

Re: HTT50G Flickering under Windows and Linux

Update: Flickering was rectified by powering the HTT50G separately using the barrel jack (separate power source, not from USB).
by Raquel
Wed Jan 31, 2024 9:08 am
Forum: General Chat
Topic: board details
Replies: 1
Views: 854

Re: board details

Hello Anup,

Thank you for posting on the forum.

EVE3-29A-C565 is a custom display. If you please email us at support@matrixorbital.ca for any questions.

Thank you,
Raquel
by Raquel
Fri Jan 26, 2024 11:21 am
Forum: HDMI TFT
Topic: HTT50G Flickering under Windows and Linux
Replies: 2
Views: 1638

Re: HTT50G Flickering under Windows and Linux

Hello Chris,

Thank you for posting on the forum.

We also received your query via email.
We will respond via email and update here when we get to the resolution of the issue.

Thank you,
Raquel
by Raquel
Fri Nov 24, 2023 3:09 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: What does the "Command" in Set and Save Data Lock do?
Replies: 3
Views: 9293

Re: What does the "Command" in Set and Save Data Lock do?

Hello Madz, Thank you for posting on the forum. Locking Command means it will ignore all commands; ie data that starts with the command prefix 254. But It will only toss the data after 254. If the command has parameters, say for example contrast command which has 1 parameter, the display will start ...