mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@ -29,7 +29,7 @@ class View(object):
|
|||||||
self._black = 0xFF
|
self._black = 0xFF
|
||||||
self._white = 0x00
|
self._white = 0x00
|
||||||
if 'invert' in config['ui'] and config['ui']['invert'] == True:
|
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
|
self.invert = 1
|
||||||
BLACK = 0x00
|
BLACK = 0x00
|
||||||
WHITE - 0xFF
|
WHITE - 0xFF
|
||||||
|
Reference in New Issue
Block a user