kendryte / kendryte-standalone-demo

Demo of kendryte k210 standalone SDK
https://github.com/kendryte/kendryte-standalone-sdk
229 stars 97 forks source link

LCD Flicker #48

Open natxopedreira opened 3 years ago

natxopedreira commented 3 years ago

Board is a sipeed M1 dock

For example on lcd image example https://github.com/kendryte/kendryte-standalone-demo/tree/develop/lcd_image

After draw the image try to draw anything like a rectangle

lcd_draw_rectangle(50,50, 150, 150, 2, RED);

The shape you draw flickers, it does not flicker if you draw all the display for example drawing the camera or a image, happens only when drawing a shape. Can be seen also on face detect using a image

Is like refresh of the display is not on sync or similar

In this gif you can see the shapes flickering, it happens drawing anything over the image ezgif.com-gif-makereb1f87440441bf4a.gif

Any clue?