add BETA flag
This commit is contained in:
parent
bd5e795dba
commit
4daf0bbc08
@ -98,6 +98,7 @@ def make_icons():
|
||||
( 'tmp', True, 'TMP.SEED', dict(col_0='black', col_1='red') ),
|
||||
( 'devmode', True, 'DEV', dict(col='#66E6FF') ),
|
||||
( 'edge', True, 'EDGE', dict(col='#66E6FF') ),
|
||||
( 'beta', True, 'BETA', dict(col='#66E6FF') ),
|
||||
( 'bat_0', False, '\uf244', dict(col='red', y=-1, pad=1)),
|
||||
( 'bat_1', False, '\uf243', dict(col='yellow', y=-1, pad=1)),
|
||||
( 'bat_2', False, '\uf242', dict(col='amber', y=-1, pad=1)),
|
||||
|
||||
@ -85,6 +85,10 @@ class Graphics:
|
||||
b'c`\x18\x18\xa0\xd4\x9d.\x0f\x82\xda|\xda|\xe9\xf2i\xf7l\x82\x81\x82\x8e\xbe\xe1\xe9\xf2\xbe\xe1\x0c\x8e\x08Y\x10K\x8aS\x8a\x93\xe3\x886_\xda=m\xdety%/\xad\xb3@\xf2L\xda]\xa5n\x84,\x88\xc5\xe0\xc4\xe0\xc8\xc0\x00R\xc7\xc0\x10\x17m<\xc1xB\x984\xc8T\x88m\x10Y\x88\xc9q\xd20ua\xd2\x10u\xc6\x13`\xb6AdA,\xc9\xe3\x82n\xe8\xea8\x0e\x03]\xc1\x87\x90\x05\x9b\x0c\x06\xe8\xf6\xc2\xd4!\xfc\x8b\xee\x0f\x10i|\x11\xd5\x97\xd8\xc2\x85\xa39.\xc6W<\xf4\x16\xcc} Y\x00'
|
||||
)
|
||||
|
||||
beta = (20, 11,
|
||||
b"c`\x18\x18\xa0\xcd\x97.\x9f.\xefr\x95\x81A\xa9\x1b\xc4J\x97\xd7\xe63\x9e\x00a\x19O\x00\x8a\x9eI\x97W:\x03R\x97vO\xebl\xba\xbc\xe4\t\x90:)N)N\x8e#\x9c,\xda\xbc@\xf5\xbc\x9c,\x0c\x0c6\x82\xe9\xf26\x82\x10u\x82\xae0u\x0cN\x0c\x8e [\x04\xdd\xd2\xe5\x05\xdd@,\xdf\xf0\xd0\x9b\xbe\xe10{\xe3b`\xf6\xc6I\xa3\xaa\x8b\x8b1\xbe\x08\x92\x05\x99'\xc5\t\xb4\xfb\x0cH\x9d\xe4q\x88,L\x1dG\x13\xd0u^\xe9\xf2\x1cM u\x0c\x0c\xa13m\x84\xc0\xf6B\x01L\x9d\xe4q\x88\x8f$\x8f\x83\xd4)y\xa5\xdd\xd3\xe6C\xf8\x03\xa1N\x9b7n\xaed{\xdc\\m^\x88\xfb|\xc5\x18\x1c\x11\xe1\x82Pg#\x14:\x03h\xdb\x0c\x1b!\x00"
|
||||
)
|
||||
|
||||
bat_0 = (16, 14,
|
||||
b'c`\xa0\x0c,\xc0\x03;\x80\xf2?\x18N0l\xc0\n/0<\x00\xcb\x07\xe00\xb9\x80\xa0\xfc\x0f\x86\x034\x95\xff\xc0\x90\x00\x94/`0\xc0\n;\xa0\xee\xc3\rA\xf2\nx\xa0\x04\x03\xe5\x00\x00'
|
||||
)
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.4 KiB |
Loading…
Reference in New Issue
Block a user