Moved APs status to prevent overlap with channel status on inky screens

Signed-off-by: spees <speeskonijn@gmail.com>
This commit is contained in:
spees 2019-10-17 20:10:43 +02:00
parent 10688ca7b0
commit 299bd9a5ca

View File

@ -16,7 +16,7 @@ class Inky(DisplayImpl):
self._layout['face'] = (0, 37)
self._layout['name'] = (5, 18)
self._layout['channel'] = (0, 0)
self._layout['aps'] = (25, 0)
self._layout['aps'] = (30, 0)
self._layout['uptime'] = (147, 0)
self._layout['line1'] = [0, 12, 212, 12]
self._layout['line2'] = [0, 92, 212, 92]