This is a big one! Compared to V3.20, here’s what’s changed:
Features
-
Added live 2d and 3d previews. A new preview pane is visible on the Editor tab.
-
Preview pixels up to 1000, up from 100. If you have more it samples across the pixel set, skipping some in between instead of all at the end. Saved previews are downscaled to 100 pixels to conserve storage.
-
Added tons of more UI controls: toggle (switch), trigger (button), and inputNumber (text number input).
-
New output UI controls: showNumber and gauge. Gauge shows a number 0-1.0, showNumber can be anything.
-
The mapper preview can now be manually controlled/rotated in 3D mode. Double click to return to auto rotate.
-
The CPU frequency is configurable for 80/160/240. Takes effect on next startup. This can save 30mA or so between 240MHz and 80MHz.
-
You can disable WiFi on startup. The status LED is also further dimmed. This drops power significantly! Hold the button as if you were going to setup mode, and it will resume the last WiFi mode.
-
The pixel mapper has a setting to maintain aspect ratio:
- Fill - If necessary, the map will be stretched or squished to fit every dimension.
- Contain - The map keeps its aspect ratio, but is resized to fit the largest dimension.
Usability
- The spinning cube loading screen provides more detail on the status / progress.
- Patterns are sorted case insensitively, numerically, and should be localized based on the browser.
- Fixed step on sliders, so you can adjust with the keyboard in 0.5% steps.
- Mapped pixels beyond the configured number of pixels show as gray.
- Restructured the settings page with new layout / labels.
- Added a small cross in the center of the 3D preview so you can tell where the center is.
Utilities
-
Backup and Restore tools. This downloads an archive with all patterns and settings and can be restored later. This can be done right on the settings page.
-
Hostname based on name (might show up in your dhcp or router logs)
-
Added peer discovery API (not yet used in UI).
{"getPeers": true}
-
File list API “/list” shows all files (some might not be discoverable otherwise)
-
Wifi signal strength is show in the scan as a number too.
Fixes
- Update the color picker widget, should fix some small bugs.
- Fix bug that wouldn’t let you clear out a pixel map
- Fixed a websocket reconnect issue, improved this overall.
- Fix implicit globals, no longer causing issues with functions.
- Better dark mode support.
- Webserver reliability fix. Should see much fewer connection reset issues.
- Changes to config write two copies and only overwrite the second file if the first is successful. This should prevent any kind of wifi/power issues from losing your working config. A revision counter keeps track of modifications so that it loads the newest valid config if they don’t match.
- Reworked how patterns get saved, should only overwrite/save if it gets there completely and passes some sanity checks. Save progress and success/failure shown in the UI. No more lost/corrupt patterns.
Files for offline install:
- v3.24.pb32.stfu (1.4 MB)
- v3.24.pico32.stfu (1.4 MB)