Change to use monochrome colors with higher bit depth by default

This commit is contained in:
Pavle Portic 2019-02-03 03:55:12 +01:00
parent 8ec818b024
commit 0e2cc929a3
Signed by: TheEdgeOfRage
GPG Key ID: 6758ACE46AA2A849
1 changed files with 2 additions and 2 deletions

View File

@ -402,8 +402,8 @@ def new_monochrome():
def main(screen):
rows, cols = screen.getmaxyx()
rows -= 1
# new_monochrome()
init_colors()
new_monochrome()
# init_colors()
char = 0
while True:
matrix = calculate_set(cols, rows)