I am using pygame to draw a GUI on tiny SPI LCD mount as /dev/fb1
via directfb.
Whatever I draw, there is a strange symbol display in center of screen.
If I run df_matrix, the strange symbol does not appear.
If I draw in pygame, then manually open /dev/fb1
, write screen data, the strange symbol does not appear.
So, how to get rid of this annoying symbol?