elParaguayo / RPI-Info-Screen

See http://www.raspberrypi.org/phpBB3/viewtopic.php?f=41&t=51807
GNU General Public License v3.0
34 stars 23 forks source link

screen size - default.py #6

Closed greg121 closed 10 years ago

greg121 commented 10 years ago

2) Edit default.py - Line 16 sets the screen size (this will be moved into a config file at some point)

Where to insert screen size? Line 16 doesn't seem to be correct.

elParaguayo commented 10 years ago

Which branch of the script are you using? The default version when you open the page on Github is for a Pi that is using the Adafruit TFT screen. If you're not using this screen then you should use the "Master" branch and edit line 17 (https://github.com/elParaguayo/RPI-Info-Screen/blob/master/default.py#L17)

greg121 commented 10 years ago

I'm using a chinese clone of the adafruit screen. So this should work. Was just confused from the readme. Thanks for clearing things up for me.