You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added command history on the up and down keys, Tab completion of command and entry names, and Ctrl-F to accept the suggestion shown after the cursor.
vim with a name that does not exist yet creates the file.
top shows battery, VM, RAM and stack usage as bars.
REPL
Added irb, a Ruby REPL running on the on-screen console. Each line is compiled and run in a sandbox, and its result is printed as => value.
Added python-repl, a MicroPython REPL. The runtime stays open until the REPL is left.
Both read further lines while the input is incomplete, showing ...> (Ruby) or ... (Python). Esc returns to the terminal, and Ctrl-C discards the line being typed.
Dot Images
Added .a5d dot images and an on-device dot editor. Open one from the file manager, or with the dot command; a new file starts as a 32x32 blank image.
Editor keys: hjkl to move, Space to paint, p for pen mode, 0–9 and a–f to pick a palette color, x and z to mark and unmark hitbox dots, g for the grid, s to save, q to quit.
Added the Dot API to PicoRuby and MicroPython: load, edit, width, height, the painted bounds, push onto a Sprite, and overlap? for collision, either by painted dots or by the hitbox marks.
Default UI
The UI the device starts in is read from /sdcard/Area512_data/etc/ui at boot. default=terminal starts in the terminal, default=graphical starts in the file manager. Without the file the file manager is used.