why is the keyboard always displayed on the bottom screen ? Does it have any utility ?
Traffic Lights
Root / Submissions / [.]
hanzoCreated:
Download:1DVK34JVersion:Size:
Cancel and avoid traffic jam with operating traffic lights.
Replying to:LBWdvQW5k6V9T98X4
why is the keyboard always displayed on the bottom screen ? Does it have any utility ?
That's just how SmileBASIC works. The keyboard is always present unless a program sets a video mode where it is disabled.
If you're not using the touch screen, I think it's better to have the keyboard displayed instead of just an empty void...
We can erase the bottom screen with replacing
XSCREEN 1in line 206 with
XSCREEN 3,512,4I'll fix it if I get a chance.