Search found 799 matches

by Raquel
Tue Oct 13, 2020 1:32 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Need guidance on scripting using bitmaps & animations
Replies: 1
Views: 8134

Re: Need guidance on scripting using bitmaps & animations

Hello Alyx, Thank you for posting on the forum. Unfortunately, upload commands cannot be done using scripts. You will need to make sure you upload the bitmap and animation files separately prior to calling them. But you may use the commands Draw Bitmap From Memory 254 98 and Display Animation 254 19...
by Raquel
Wed Oct 07, 2020 10:20 am
Forum: GTT Designer
Topic: multi-line text Button
Replies: 1
Views: 7835

Re: multi-line text Button

Hello edje11, Thank you for posting on the forum. And thank you for finding the GTT Designer Software useful. As per label on your button, unfortunately, they can only be one-liner. If your text is not changing, you may want to use an Image Button instead (you can use an image that you design). And ...
by Raquel
Thu Sep 10, 2020 4:36 pm
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: Question of Linux Driver for EVE3
Replies: 1
Views: 1245

Re: Question of Linux Driver for EVE3

Hi,

Thank you for posting on the forum.
I wonder if you please send me an email to support@matrixorbital.ca and help you from there?

Best Regards,
Raquel
by Raquel
Thu Aug 20, 2020 11:39 am
Forum: GTT Series
Topic: Capturing a response from the display
Replies: 1
Views: 9726

Re: Capturing a response from the display

Hi, Thank you for posting on the forum. Yes, Echo is a good way to indicate to the host that the GTT has finished executing a screen. Echo acts as a voluntary report (like touch reports) when you get a script to run it and hence does not need a "get" command. You will need to be polling fo...
by Raquel
Thu Aug 06, 2020 1:51 pm
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: Need Help in generating Arduino code from EVE Screen Editor
Replies: 3
Views: 1739

Re: Need Help in generating Arduino code from EVE Screen Editor

Hello Vicky,

Thank you for posting on the forum.

Bridgetek will be best to answer your question. You can find post your questions here:
http://www.brtcommunity.com/

Best Regards,
by Raquel
Mon Jul 27, 2020 10:43 am
Forum: General Chat
Topic: Help identify this smashed lcd screen for replacement
Replies: 1
Views: 8915

Re: Help identify this smashed lcd screen for replacement

Hello,

Thank you for posting on the forum.

Unfortunately, I cannot identify this display.
Do you see any marking at all?
I think it's best to ask Reebok.

Best Regards,
Raquel
by Raquel
Fri Jul 24, 2020 4:26 pm
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: EVE2-70A TPR display with diagram blinks and goes blank
Replies: 2
Views: 1672

Re: EVE2-70A TPR display with diagram blinks and goes blank

Hello,

Thank you for posting on the forum.

If you please check out this sample demo code we have for the EVE's:
https://github.com/MatrixOrbital/Basic-EVE-Demo
You may check out the code and use it as reference.

Thank you,
Raquel
by Raquel
Tue May 26, 2020 12:47 pm
Forum: GX and Typhoon
Topic: Windows 10
Replies: 4
Views: 10509

Re: Windows 10

Hello Vernonius, Thank you for contacting Matrix Orbital technical support. Sorry for the delayed reply. When you plug in the GX on your Windows 10 machine, does it display 'GX' and the backlight scrolls through different colors? If it does, then you are set. You might want to contact / reach out to...
by Raquel
Wed May 20, 2020 1:59 pm
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: Using Touch panel
Replies: 4
Views: 1865

Re: Using Touch panel

Thanks for the images. I just needed to see the connection of the touch panel, and it looks good.

Have you checked out our demo code: https://github.com/MatrixOrbital/Basic-EVE-Demo
It has GoodIX touch configuration in there, particularly for EVE2 you might want to check.

Best Regards,
Raquel
by Raquel
Tue May 19, 2020 10:24 am
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: Using Touch panel
Replies: 4
Views: 1865

Re: Using Touch panel

Hello rascalito,

Can you please send a photo of your setup right now? Front and back of the display please?
I just want to check connections on the board.

Thank you,
Raquel
by Raquel
Mon May 11, 2020 11:26 am
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: Using coprocessor (FT813)
Replies: 6
Views: 3290

Re: Using coprocessor (FT813)

Hello R, If you please check out Table 18, Widgets Color Setup Table on the programming guide. Also, with the color change, the color interpretation can be deemed the direction of the slider. Cmd_FGcolor(MAKE_COLOR(255, 0, 0)); //Red Knob Cmd_BGcolor(MAKE_COLOR(0, 255, 0)); //green right of Knob Sen...
by Raquel
Fri May 08, 2020 11:30 am
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: Using coprocessor (FT813)
Replies: 6
Views: 3290

Re: Using coprocessor (FT813)

This is awesome, thanks for sharing!
by Raquel
Fri May 08, 2020 11:29 am
Forum: GTT Series
Topic: Display endurance for GTT series
Replies: 1
Views: 8224

Re: Display endurance for GTT series

Hello KeysightHW1,

Thank you for posting on the forum.
Can I please ask you to send us an email at support@matrixorbital.ca?
Please let me know the exact endurance specification you need.

Best Regards,
by Raquel
Thu May 07, 2020 3:30 pm
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: Using coprocessor (FT813)
Replies: 6
Views: 3290

Re: Using coprocessor (FT813)

Hello R, If you please take a look at sections 5.3 and 5.4 of the manual, it explains interaction with RAM_DL. Co-processor commands are not to be written in the RaM_DL, as the co-processor will be the one writing them to the RAM_DL. If you also want to check out our sample code here: https://github...
by Raquel
Wed Apr 29, 2020 2:45 pm
Forum: GTT Series
Topic: Ghost Touch
Replies: 1
Views: 8557

Re: Ghost Touch

Hi Haz, The display is loading all images (and decoding them at the same time) at startup. And the more image you have, the longer it takes. Using *.bmp images will be faster than other formats as they hardly need to be decoded. I received your GTT Designer Project file, I will update you when I get...