mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-15 00:44:05 +09:00
new clcd ui (this will be the new default portable machine)
This commit is contained in:
BIN
assets/clcd.kra
LFS
Normal file
BIN
assets/clcd.kra
LFS
Normal file
Binary file not shown.
BIN
assets/clcd.png
Normal file
BIN
assets/clcd.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.7 KiB |
@@ -9,7 +9,7 @@ let infile = files.open(_G.shell.resolvePathInput(exec_args[2]).full)
|
||||
let outfile = files.open(_G.shell.resolvePathInput(exec_args[3]).full)
|
||||
|
||||
let ipfType = (exec_args[1]|0) - 1
|
||||
let encodefun = ([graphics.decodeIpf1, graphics.decodeIpf2])[ipfType]
|
||||
let encodefun = ([graphics.encodeIpf1, graphics.encodeIpf2])[ipfType]
|
||||
if (encodefun === undefined) throw Error(`Unknown IPF format: ${exec_args[1]}`)
|
||||
|
||||
// read input file
|
||||
|
||||
BIN
assets/lcd.png
BIN
assets/lcd.png
Binary file not shown.
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
BIN
assets/lcd2.png
BIN
assets/lcd2.png
Binary file not shown.
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Reference in New Issue
Block a user