Skip to content

Commit

Permalink
Decrease ASCII art size
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyGuthridge committed Jan 26, 2022
1 parent 8c9f958 commit 5eaca28
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 39 deletions.
61 changes: 23 additions & 38 deletions common/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,42 +41,27 @@ def getVersionString() -> str:
}

ASCII_HEADER_ART = """
-**
*L*.
*L*.
-LL.
--*****-- ./F*
-*LFFFFFFFFFFFL*- -LF-
*LFFFFFFFFFFFFFFFFFL- -FF-
-LFFFFFFFFFFFFFFFFFFFFF/-LF-
*LFFFFFFFFFFFFFFFFFFFFFFFFFF********-. .--***//LLLLLL/**-
-LLLLLLFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFL*--**/LL/***----....--*/FL-
-LLL/**-*LLLLLFFFFFFFFFFFFFFFFFFFFFFFFFFFFF/-. -FF.
./LLLLLLLLLLLFFFFFFFFFFFFFFFFFFFFFFFFF/. -FF.
--. -LLLLLLLLFFFFFFFFFFFFFFFFFFFFFFL .LF*
-LLLLLLLLLLLLFFFFFFFFFFFFFFFFFF* -LF*
LLLLLLLLLLLLLLLLLLFFFFFFFFFFFFL. .*FL-
--/LLLLLLLLLLLLLLLLLLLLLLFFFFFFFF- *FF*
-****-*LLLLLLLLLLLLLLLL/LLLLLLLFFFFL. *FF*.
.-*/*-. .*/LLLLLL/**-. ./LL.*LLLL* -*FF*
.-*/*-. ..--. .L/ .*/* -LFL*
-*/*-. L- -*FF*-
.****. -/ -*LF/-
-*/*- ./. -*LF/-
-*/-. /- -/FF/*
-**- ***LFL*-
-**- .-/FFL*-
*/*. .-*LFF*-
.*/- -*/FFL*-*-
.*/- --*LFF/*- --
-/* .-*/LFF/*-. *.
-//- .--**LFFL/*-. .*.
.*//****-*****/LLFLL/**-. --
.-********---. --
--
.-.
.-.
--.
.--. ---
.------.
'
';;'
;;'
',;/\\/;, ,L,
,\FFFFFFFFFF; ;L'
;FFFFFFFFFFFFFFF/;;;,, ',,;;;;;/;;'
.FLL\LFFFFFFFFFFFFFFFFFFLL;;,.'' ',L,
;//;/FFFFFFFFFFFFFFFFF\ L;
;FFFFFFFFFFFFFFFFF/ 'L/
';LFFFFFFFFFFFFFFFFL ';L,
.;;;.'/LFFFL\;;,;LL\FF/ ./L,
.;;,' '.' ;; ,; ;L/,
',;,' ;' ,\\;
.;;. ,,';\\;'
.;;' ';L\/,
;;' ',/\L;'
;/ ',;/\/,'..
/; '.,;///;;. ,'
,;;;;;;//;;,. ,
.'
..
'.' '''
'.''
"""
2 changes: 1 addition & 1 deletion device_universal.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def OnIdle():
idle_uncalled = False
device.onIdle()

def OnRefresh():
def OnRefresh(flags: int):
device.onIdle()

def bootstrap():
Expand Down
Binary file added resources/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5eaca28

Please sign in to comment.