Web Viewer
Web Viewer is a standalone application that displays a provided URL using the Chromium engine. The URL can be displayed in Window, Frameless Window, or Offscreen modes. Offscreen mode is a special mode used to stream the display of the provided URL. The image is streamed to a device (e.g., Raspberry Pi Pico 2) via USB CDC in a compressed JPEG format. Web Viewer makes using SPI screens easier and gives you the possibility to build your own custom gauges - for example, by displaying widgets on rounded displays connected to the Raspberry Pi Pico 2. More details and examples are available on our GitHub:
https://github.com/wiboma/hudiy/blob/ma ... web-viewer
https://github.com/wiboma/hudiy/tree/ma ... al_display
Analog clock widget
We have added a built-in analog clock widget. If you are using a Raspberry Pi Zero 2 and want to have an analog clock as a widget in the Dashboard, using the built-in widget will save RAM compared to the HTML version.
Improvements
- Improved UI flexibility for narrower displays.
- Thanks to small optimizations, we managed to slightly increase USB throughput in communication with the CarlinKit Dongle.
- Added an additional menu to preview notification content from the Android Companion app.
Improved Bluetooth connection establishment with the Hudiy service.
---------------------------
You can download and install the update using the updater program – https://github.com/wiboma/hudiy/blob/ma ... d#updating
Please note that the updater performs an incremental update (version by version) to avoid the OS corruption during the update process. If you are using an older version of Hudiy, you may need to run the updater multiple times. You can check your current version in Menu -> Hudiy -> Settings -> About.
A description of all new features and configuration options is available on our GitHub in the updated documentation – GitHub.
---------------------------
Web Viewer demo