3

After keypress there is round blue icon on the screen and it stays forever... (screen shot attached). Touchscreen is working correctly - there is no icon after I press the screen. The problem appears when I use USBKeyboard attached to raspberry. This icon can't be moved.

Any idea what is wrong ?

enter image description here

My configuration : KivyPie + RaspberryPi v2 + OfficialTouchScreen

config.ini :

[input]
mtdev_%(name)s = probesysfs,provider=mtdev
%(name)s = probesysfs,provider=hidinput
AvS
  • 161
  • 1
  • 2
  • 10

1 Answers1

3

Solution #1

.kivy\config.ini

[modules]
touchring = scale=0.3,alpha=0.7,show_cursor=1

when I remove it there is no icon on the screen and keyboard and touchscren is working. I hope this will solve this issue.

Solution #2

I can also leave :

[modules]
touchring = scale=0.3,alpha=0.7

So there is only touchring without coursor.

AvS
  • 161
  • 1
  • 2
  • 10