Display problem of STemWin with STM32F207IG(mouse cursor)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-06-10 11:57 PM
Our team is applying STM32F207IG to 800X480 Touch LCD product. To do this, we have purchased STM3220G-EVAL and succeeded in demonstration.
Now we are trying to apply STemWin to our board with SSD1963 Driver. We achieved a success of reading and writing of image data including most of functions. But we faced with a display problem of moving images such as mouse cursor, animation image, etc.
The issue is as follow:
- when mouse cursor moved, it leaves mark of black shape of mouse cursor(arrow shape) behind mouse moving.
- when animation is operating like a moving dolphins, it also leaves marks of black shapes of dolphins behind them.
I took a picture of them and attached the file.
Could anyone give any advise to solve this problem?
Thanks for the coorperation in advance.
#stm32f207ig #display #mouse- Labels:
-
STM32F2 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-06-11 3:11 AM
Hello,
Please note that good location to submit STemWin related issues is [DEAD LINK /public/STe2ecommunities/mcu/Lists/STM32Java/AllItems.aspx]STM32 Software Tools and Firmware. For this particular case, there is no need to re-create a new request. You will get soon relevent feedbacks from our experts. Best Regards, -Mayla-To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-06-16 4:48 AM
Knowing you use a SSD1963 , I assume you use its frame buffer to write data.
These artifacts occur if your driver can't read back information from the SSD1963's frame buffer. See STemWin5.pdf datasheet section 30.4 about Non readable displays.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-06-22 5:52 PM
We still have the same problem in spite of reviewing STemWin5 datasheet.
Can anyone give another suggestions for us?Please refer to attached image files to understand this issue better.Thank you.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-06-23 7:33 AM
Can you verify, that the display CGRAM can be actually read back by the STemWin driver?
Place a breakpoint in your implementation of the read_psram16() or something similar. And have a look if anything but garbage comes back.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-06-23 11:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-06-24 8:02 AM
Thanks for the reply.
This might be out of my league though.Let's hope some expert pops up to this problem.Although I'll think about it some more time.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-08-17 7:32 AM
LcdReadDataMultiple
(); single read does the job.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-08-17 8:23 AM
Guess too late to reply for this post..
Yes, well there has been no activity on it in two years, but people are apt to get to it the same way you did via a web search, so having useful answers/responses is helpful.Where it gets to be a problem is when people ask ghosts questions they are unlikely to answer.Up vote any posts that you find helpful, it shows what's working..
