Touch GFX with SPI Display.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-09-20 10:23 PM
Hi Community,
I have followed the following link https://www.youtube.com/watch?v=suMytEyQTP4&t=774s and got the output (SPI display interfacing with Touch GFX). Now I wanted to use the single framebuffer strategy to get the same but no output. So, anyone knows what to do with the single framebuffer strategy?
/Vins
- Labels:
-
TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-09-22 1:39 AM
Hello Vins,
Could you give more information about your configuration please ?
- Which board do you use ? Are you using a TouchGFX Board Setup or did you start your project from scratch?
- Which version of TouchGFX Designer do you use ?
- Which version of STM32CubeMX do you use ?
I've made a quick tutorial about how to enable double buffering strategy with DSI displays. So I guess if you revert the changes I did on the tutorial, you'll have get your board using a single framebuffer strategy.
/Osman
ST Software Developer | TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-09-22 10:03 PM
Hi @Osman SOYKURT​
My configurations.
- Custom Board -STM32F769AIY6TR. and I started from the scratch
- Touch GFX Version -4.20.2
- CubeMX-6.6.1.
- CubeIDE-1.10.1.
I am using SPI display. As per the video I got the output for partial framebuffer, but not getting the output for single framebuffer.
