Removed magic numbers and replaced them with just resolution_factor. Set resolution_factor to 8 in ext.conf

This commit is contained in:
frank
2015-05-22 22:37:41 -04:00
parent 3a503ed48a
commit 9a7c5afa4f
2 changed files with 11 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
enabled = true
screen_width = 320
screen_height = 240
resolution_factor = 0
resolution_factor = 8
cursor = True
fullscreen = False
cache_dir = $XDG_CACHE_DIR/mopidy/touchscreen