Skip to content

Commit

Permalink
routine:
Browse files Browse the repository at this point in the history
  • Loading branch information
PK-cod3ch3mist committed Aug 26, 2022
1 parent c0c5e09 commit 591774e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

ASCII_CHAR_ARRAY = (" .:-=+*#%@", " .,:ilwW", " ▏▁░▂▖▃▍▐▒▀▞▚▌▅▆▊▓▇▉█", " `^|1aUBN", " .`!?xyWN")

ASCII_CHARS = ASCII_CHAR_ARRAY[0]
ASCII_CHARS = ASCII_CHAR_ARRAY[3]
MAX_PIXEL_VALUE = 255

def vid_render(st_matrix, st, ed, option):
Expand Down

0 comments on commit 591774e

Please sign in to comment.