Skip to content

Commit

Permalink
Size reduction
Browse files Browse the repository at this point in the history
  • Loading branch information
jackokring committed May 8, 2022
1 parent a16c519 commit c0ecaf8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 93 deletions.
93 changes: 0 additions & 93 deletions res/fonts/OFL-licence.txt

This file was deleted.

Binary file removed res/fonts/Segment14.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions src/Om.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ struct Om : Module {
if((mux & 1023) == 0) {
for(int i = 0; i < 8; i++) {
char x = getDigit(ptrOffsets + i, seed);
if(x == '@') x = ' ';
if(flip) {
onDisplay1[i] = x;
} else {
Expand Down

0 comments on commit c0ecaf8

Please sign in to comment.