2014-11-27 04:20 AM
Hello. I'm starting to work with StemWin, and I'm facing a problem I cant figure out still. I initialized tft lcd (800x480), sdram and StemWin. But when I try to draw something, like text or lines, I get wrong drawing.
Then I tried to draw a single pixel, everithing ok for position (0,0).The problem is that when I put pixels to y>0, ie. y=1, instead of going to line 1, it stays in line 0, but offseted in x.What am I configuring wrong?Please excuse my English.Thanks in advance.Regards.Fernando #stemwin #stm32f429discovery2014-11-27 05:18 AM
Solved: wrong layer configuration.
Thanks.