Fix for issue #122

This commit is contained in:
Ace 2020-06-07 15:57:38 +02:00
parent e01728bcd8
commit 03a184775c
2 changed files with 4 additions and 2 deletions

View File

@ -37,6 +37,8 @@ class Layout:
self.display_size = display_dimensions[model]
if 'colour' in model:
self.supports_colour = True
else:
self.supports_colour = False
elif width and height:
self.display_height = width