Replies: 4 comments
-
Hello, while I believe that this could be done in general, this is not a good idea. And even at 8 bit it is not a good idea to use one single image, this should be a set of much smaller tiles as there is no way of synchronizing the upload of the data with the display. One more, the EVE chips do handle the touch, you set a tag-id, display an object somewhere. If the object is touched you receive the tag-id, it is not necessary to calculate from coordinates what might have been touched. I can do full color UIs with 60 fps that react with no detectable delay using an Arduino Uno and yes, on the RVT70HSBNWCA0. So in short you either have the wrong display or can not actually use TouchGFX for your UI. |
Beta Was this translation helpful? Give feedback.
-
Hi Rudolph, Thank you so much for taking your time and responding to me. Your insight has helped me massively and I have decided to use a different display which has TouchGFX support and is much easier to interface. Best, |
Beta Was this translation helpful? Give feedback.
-
Ok, one last point though as my answer concentrated on using EVE chips with TouchGFX. And the niche for that would be mostly when there are limited resources, like when you have a coffee maker and want to replace the 2x16 text display and keypad with a nice touch display while not changing everything else by switching to a more powerfull controller which might include switching to a different manufacturer and the need to rewrite a good portion of the codebase from scratch. |
Beta Was this translation helpful? Give feedback.
-
Hi Rudolph, I do appreciate your work building this library. Its fantastic and fairly straightforward to use which is how it always should be. I will use this library in the future where more "ready to go" option like you mentioned is needed. Once again, thank you for taking your time and helping me out! |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am trying to integrate my SPI Riverdi display (RVT70HSBNWCA0) which supposedly has been tested with STM32 with this library. I haven't tested it on my Nucleo board yet but I am trying to figure out how could I integrate the TouchGFX Gui editor with the display. TouchGFX does not support SPI displays and we have to make changes on how TouchGFX sends data to the display, referenced in this article https://support.touchgfx.com/docs/development/touchgfx-hal-development/scenarios/scenarios-fmc.
The article states that we need three steps to make it happen:
I tried to understand how this would work with the EVE and with my display, but it seems like a very complicated process. I found out that the technique used by the EVE controller to carry out the process is very different than the simpler ST7789H2 display controller used in the article. Could anyone help me with this? Is there a simpler process to do this? I'm not sure if I should try to make it work on TouchGFX somehow or a different GUI editor. Any help would be massively appreciated!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions