Update to version 1.20 (Bookworm) and 2.16 (Trixie) is already available

hudiy
Site Admin
Posts: 582
Joined: Mon Jul 14, 2025 7:42 pm

Update to version 1.20 (Bookworm) and 2.16 (Trixie) is already available

Post by hudiy »

We are happy to announce that Hudiy 1.20/2.16 is now available. You can find the release highlights below:

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.
Companion App (Android)

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

displays.jpg
displays.jpg (806.32 KiB) Viewed 249 times
demo6.jpg
demo6.jpg (321.42 KiB) Viewed 249 times
demo5.jpg
demo5.jpg (344.83 KiB) Viewed 249 times
demo4.jpg
demo4.jpg (341.86 KiB) Viewed 249 times
demo3.jpg
demo3.jpg (356.17 KiB) Viewed 249 times
demo2.jpg
demo2.jpg (364.34 KiB) Viewed 249 times
demo1.jpg
demo1.jpg (350.13 KiB) Viewed 249 times
Hudiy Team
noobychris
Posts: 31
Joined: Fri Aug 15, 2025 5:06 pm
Location: Germany
Contact:

Re: Update to version 1.20 (Bookworm) and 2.16 (Trixie) is already available

Post by noobychris »

Hello dear hudiy team,

did you bring these two feature requests into this release?

viewtopic.php?t=245
viewtopic.php?t=127

Couldn't find any changes in https://github.com/wiboma/hudiy/blob/ma ... rlays.json and https://github.com/wiboma/hudiy/blob/ma ... rlays.json

Thanks,
Chris
hudiy
Site Admin
Posts: 582
Joined: Mon Jul 14, 2025 7:42 pm

Re: Update to version 1.20 (Bookworm) and 2.16 (Trixie) is already available

Post by hudiy »

noobychris wrote: Sun May 31, 2026 10:24 pm Hello dear hudiy team,

did you bring these two feature requests into this release?

viewtopic.php?t=245
viewtopic.php?t=127

Couldn't find any changes in https://github.com/wiboma/hudiy/blob/ma ... rlays.json and https://github.com/wiboma/hudiy/blob/ma ... rlays.json

Thanks,
Chris
Hello,
Not yet, unfortunately, but they will be available in the next release in June. This feature needs a bigger overlay rework than planned and we haven't finished it yet due to the release for Pi Zero 2/3B/3B+.

As a workaround for now, a simple Python script might be enough to recalculate the overlay coordinates proportionally to the base and current screen resolutions.
Hudiy Team
wkl3968
Posts: 95
Joined: Thu Aug 07, 2025 12:22 pm

Re: Update to version 1.20 (Bookworm) and 2.16 (Trixie) is already available

Post by wkl3968 »

Great addition Hudiy!! Recently I bought the Waveshare RP2350 Round AMOLED display thinking of adding a dedicated analog clock and custom navigation display. Your upgrade makes my life easier.. keep it up!
Zyox
Posts: 28
Joined: Wed Jul 30, 2025 10:00 am

Re: Update to version 1.20 (Bookworm) and 2.16 (Trixie) is already available

Post by Zyox »

Are you using a separate piZero there to run the 1.28 display?
Could this be done using only one raspi4/5 with a primary large display and a secondary 1.28?
jackv8
Posts: 8
Joined: Thu Sep 25, 2025 4:24 pm

Re: Update to version 1.20 (Bookworm) and 2.16 (Trixie) is already available

Post by jackv8 »

Awesome update! I have a free spot in my E39 for such display and I think this one should fit https://www.waveshare.com/wiki/1.47inch_LCD_Module. Will it work with any available firmware?
hudiy
Site Admin
Posts: 582
Joined: Mon Jul 14, 2025 7:42 pm

Re: Update to version 1.20 (Bookworm) and 2.16 (Trixie) is already available

Post by hudiy »

jackv8 wrote: Fri Jun 05, 2026 9:09 pm Awesome update! I have a free spot in my E39 for such display and I think this one should fit https://www.waveshare.com/wiki/1.47inch_LCD_Module. Will it work with any available firmware?
According to the driver source code in the Waveshare examples, the command opcodes are the same. The difference is in the init sequence and the display's parameters (width, height). This type of display is available in our country - we will try to get one and add support for it to the firmware.
Hudiy Team
wkl3968
Posts: 95
Joined: Thu Aug 07, 2025 12:22 pm

Re: Update to version 1.20 (Bookworm) and 2.16 (Trixie) is already available

Post by wkl3968 »

Hi Hudiy, is there a way to customize the UI looks and feel? Basically completely overhaul the main page of Hudiy.
hudiy
Site Admin
Posts: 582
Joined: Mon Jul 14, 2025 7:42 pm

Re: Update to version 1.20 (Bookworm) and 2.16 (Trixie) is already available

Post by hudiy »

wkl3968 wrote: Tue Jun 09, 2026 5:42 am Hi Hudiy, is there a way to customize the UI looks and feel? Basically completely overhaul the main page of Hudiy.
Yes, you can create your custom UI using HTML/Javascript, add it as an application to the $HOME/.hudiy/share/config/applications.json and then use it as a main screen:

https://github.com/wiboma/hudiy/blob/ma ... pplication (defaultAction)
https://github.com/wiboma/hudiy/blob/ma ... plications
Hudiy Team
alex124.rh
Posts: 143
Joined: Thu Jul 31, 2025 9:18 am

Re: Update to version 1.20 (Bookworm) and 2.16 (Trixie) is already available

Post by alex124.rh »

is the next version planned to include the colour theming update. I would appreciate this as it would really help advance the project
Post Reply