Hello Pierre,
Thank you for posting on the forum.
You may solder a zero resistor on R75 and you will get 5V on the GPO header, bottom right, marked 5V.
You may supply up to 500mA from the 5V rail.
Please note though that any soldering on the unit voids the warranty.
Thank you,
Search found 823 matches
- Wed Jun 05, 2024 2:22 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: EGLK19264 VPT - No 5vcc on GPO header
- Replies: 1
- Views: 15247
- Wed Jun 05, 2024 12:56 pm
- Forum: EVE2 & EVE3 & EVE4 SPI TFT's
- Topic: EVE2-38A display update issue
- Replies: 7
- Views: 24908
Re: EVE2-38A display update issue
Thanks, we got the email.
We will look into it.
We will look into it.
- Tue Jun 04, 2024 9:42 am
- Forum: EVE2 & EVE3 & EVE4 SPI TFT's
- Topic: EVE2-38A display update issue
- Replies: 7
- Views: 24908
Re: EVE2-38A display update issue
Hello,
Perhaps you can share your code here so we can take a look.
Perhaps you can share your code here so we can take a look.
- Mon Jun 03, 2024 8:32 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: GLK12232A-USB problems
- Replies: 5
- Views: 29697
Re: GLK12232A-USB problems
Hello JPanu,
My apologies, I was looking at the wrong header.
Yes C14 and C16 are the ones to have voltage when the USB cable is plugged.
Please make sure that you have the D+ and D- connected properly on your cable.
Thank you,
My apologies, I was looking at the wrong header.
Yes C14 and C16 are the ones to have voltage when the USB cable is plugged.
Please make sure that you have the D+ and D- connected properly on your cable.
Thank you,
- Mon Jun 03, 2024 8:04 am
- Forum: EVE2 & EVE3 & EVE4 SPI TFT's
- Topic: EVE2-38A display update issue
- Replies: 7
- Views: 24908
Re: EVE2-38A display update issue
Hello,
Thank you for posting on the forum.
The EVE2-38A and EVE2-35A do not share the same timing information; this is why the same code will not work on both displays.
If you please check out our demo code here.
Thank you,
Thank you for posting on the forum.
The EVE2-38A and EVE2-35A do not share the same timing information; this is why the same code will not work on both displays.
If you please check out our demo code here.
Thank you,
- Thu May 30, 2024 8:38 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: GLK12232A-USB problems
- Replies: 5
- Views: 29697
Re: GLK12232A-USB problems
Hello jpanu,
Thank you for posting on the forum.
Please try a good known USB cable and connect to a PC to start.
I imagine you tried to make something like this cable:
https://www.matrixorbital.com/accessories/communication?product_id=1634
When you plug in your cable, do you see 5V across C4 ...
Thank you for posting on the forum.
Please try a good known USB cable and connect to a PC to start.
I imagine you tried to make something like this cable:
https://www.matrixorbital.com/accessories/communication?product_id=1634
When you plug in your cable, do you see 5V across C4 ...
- Wed May 22, 2024 8:34 am
- Forum: HDMI TFT
- Topic: HTT50A & HTT70A HDMI TFT released
- Replies: 2
- Views: 132230
Re: HTT50A & HTT70A HDMI TFT released
Hello vjysnkr58,
Thank you for posting on the forum.
Can you please elaborate on your question? Are you asking for the chromacity of the display?
Which display are you particularly interested in / asking for?
Thank you,
Thank you for posting on the forum.
Can you please elaborate on your question? Are you asking for the chromacity of the display?
Which display are you particularly interested in / asking for?
Thank you,
- Wed May 22, 2024 8:22 am
- Forum: EVE2 & EVE3 & EVE4 SPI TFT's
- Topic: New init sequence, all drawing now flickering and glitched out.
- Replies: 3
- Views: 13993
Re: New init sequence, all drawing now flickering and glitched out.
Hello,
I have not heard from original poster (via support).
Do you have a Matrix Orbital EVE display? Can you please share the model and serial number?
Thank you,
I have not heard from original poster (via support).
Do you have a Matrix Orbital EVE display? Can you please share the model and serial number?
Thank you,
- Wed May 15, 2024 2:38 pm
- Forum: GTT Series
- Topic: Touch reporting over I2C
- Replies: 5
- Views: 18941
Re: Touch reporting over I2C
Hi Sean,
Yes, you got it right.
You can keep using the legacy graphics using commands documented in the Protocol manual.
Since we have offered the GTT Designer for GUI development, we had made firmware revisions to accommodate newer graphics and their properties. We found that we needed to update ...
Yes, you got it right.
You can keep using the legacy graphics using commands documented in the Protocol manual.
Since we have offered the GTT Designer for GUI development, we had made firmware revisions to accommodate newer graphics and their properties. We found that we needed to update ...
- Fri May 10, 2024 3:36 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: EGLK Stuck at bootloader
- Replies: 3
- Views: 21776
Re: EGLK Stuck at bootloader
Hello Pierre,
Glad to hear that you it worked.
You are welcome.
Glad to hear that you it worked.
You are welcome.
- Fri May 10, 2024 3:34 pm
- Forum: GTT Series
- Topic: Touch reporting over I2C
- Replies: 5
- Views: 18941
Re: Touch reporting over I2C
Hello Sean,
The client code, and the examples included work best with GTT Designe r output source files. If you look in the Client\examples\windows, GTTProject17.c and .h are output files from the GTT Designer projects.
All the graphic and button (touch regions) created will produce the ...
The client code, and the examples included work best with GTT Designe r output source files. If you look in the Client\examples\windows, GTTProject17.c and .h are output files from the GTT Designer projects.
All the graphic and button (touch regions) created will produce the ...
- Wed May 08, 2024 12:56 pm
- Forum: GTT Series
- Topic: Touch reporting over I2C
- Replies: 5
- Views: 18941
Re: Touch reporting over I2C
Hello Sean,
Thank you for posting on the forum.
When the GTT has events to report, such as keypresses, it puts the data in the appropriate communication buffer.
Since I2C is master driven as you mentioned, you will need to poll for data (simply sending a single byte reads).
You will also need to ...
Thank you for posting on the forum.
When the GTT has events to report, such as keypresses, it puts the data in the appropriate communication buffer.
Since I2C is master driven as you mentioned, you will need to poll for data (simply sending a single byte reads).
You will also need to ...
- Tue May 07, 2024 11:47 am
- Forum: EVE2 & EVE3 & EVE4 SPI TFT's
- Topic: New init sequence, all drawing now flickering and glitched out.
- Replies: 3
- Views: 13993
Re: New init sequence, all drawing now flickering and glitched out.
Hello fuzzy,
Thank you for posting on the forum.
I will reach out via support queue and we will update the resolution here.
Thank you,
Thank you for posting on the forum.
I will reach out via support queue and we will update the resolution here.
Thank you,
- Tue May 07, 2024 11:42 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: EGLK Stuck at bootloader
- Replies: 3
- Views: 21776
Re: EGLK Stuck at bootloader
Hello Pierre,
Thank you for posting on the forum.
If you please try this:
From command line, run MatrixOrbitalFWU.exe with "RecoveryMode" as an argument.
Let me know how it turns out.
Thank you,
Thank you for posting on the forum.
If you please try this:
From command line, run MatrixOrbitalFWU.exe with "RecoveryMode" as an argument.
Let me know how it turns out.
Thank you,
- Thu Apr 18, 2024 9:22 am
- Forum: GTT Series
- Topic: Linux load bitmap
- Replies: 10
- Views: 27078
Re: Linux load bitmap
Good to hear you got it working, Michael.
Thank you for sharing your code here.
Thanks,
Thank you for sharing your code here.
Thanks,