mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Update view.py
Signed-off-by: Rai <58925163+rai68@users.noreply.github.com>
This commit is contained in:
@ -29,7 +29,7 @@ class View(object):
|
||||
self._black = 0xFF
|
||||
self._white = 0x00
|
||||
if 'invert' in config['ui'] and config['ui']['invert'] == True:
|
||||
logging.error(config['ui']['invert'])
|
||||
logging.debug("INVERT BLACK/WHITES:" + config['ui']['invert'])
|
||||
self.invert = 1
|
||||
BLACK = 0x00
|
||||
WHITE - 0xFF
|
||||
|
Reference in New Issue
Block a user