Merge pull request #78 from rai68/master

Update view.py - bug fix, my self left a broken debug line in
This commit is contained in:
Jayofelony
2024-03-05 06:14:15 +01:00
committed by GitHub

View File

@ -29,7 +29,7 @@ class View(object):
self._black = 0xFF
self._white = 0x00
if 'invert' in config['ui'] and config['ui']['invert'] == True:
logging.debug("INVERT BLACK/WHITES:" + config['ui']['invert'])
logging.debug("INVERT BLACK/WHITES:" + str(config['ui']['invert']))
self.invert = 1
BLACK = 0x00
WHITE - 0xFF