Search found 573 matches

by hudiy
Wed Jun 10, 2026 4:01 pm
Forum: Other
Topic: Everything is working... except...
Replies: 1
Views: 7

Re: Everything is working... except...

'Hudiy is launching...' indicates that you are using console mode. Does your script utilize GPU resources in any way (e.g., UI)? EGLFS used in console mode only allows for displaying one application window at a time.

Another thing that might be blocking Hudiy from starting is PipeWire. The startup ...
by hudiy
Tue Jun 09, 2026 11:15 am
Forum: Announcements
Topic: Update to version 1.20 (Bookworm) and 2.16 (Trixie) is already available
Replies: 12
Views: 231

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


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


Yes, in the next version we plan to add the ability to override the theme colors (https://github.com/wiboma/hudiy#hudiycolorscheme-object) with custom values for ...
by hudiy
Tue Jun 09, 2026 9:38 am
Forum: Announcements
Topic: Update to version 1.20 (Bookworm) and 2.16 (Trixie) is already available
Replies: 12
Views: 231

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


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 ...
by hudiy
Fri Jun 05, 2026 10:56 pm
Forum: Announcements
Topic: Update to version 1.20 (Bookworm) and 2.16 (Trixie) is already available
Replies: 12
Views: 231

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


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 ...
by hudiy
Mon Jun 01, 2026 8:26 am
Forum: Your projects
Topic: Herbie A.I. w/ HUDiy Head Unit in my Love Bug
Replies: 5
Views: 86

Re: Herbie A.I. w/ HUDiy Head Unit in my Love Bug

By default, Android Auto is configured to 480p resolution. You need to adjust the Android Auto resolution and the widthMargin/heightMargin to match your screen resolution.

https://github.com/wiboma/hudiy/blob/main/main_configuration.md#androidauto (resolution, widthMargin, heightMargin).

The ...
by hudiy
Sun May 31, 2026 10:47 pm
Forum: Your projects
Topic: Herbie A.I. w/ HUDiy Head Unit in my Love Bug
Replies: 5
Views: 86

Re: Herbie A.I. w/ HUDiy Head Unit in my Love Bug

By default, Hudiy is configured to run automatically at system startup. If you installed Hudiy according to the instructions (without running the installer with sudo) and haven't modified any startup settings, Hudiy will launch automatically once the operating system loads.

As for the audio issues ...
by hudiy
Sun May 31, 2026 10:34 pm
Forum: Announcements
Topic: Update to version 1.20 (Bookworm) and 2.16 (Trixie) is already available
Replies: 12
Views: 231

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


Hello dear hudiy team,

did you bring these two feature requests into this release?

https://hudiy.eu/community/viewtopic.php?t=245
https://hudiy.eu/community/viewtopic.php?t=127

Couldn't find any changes in https://github.com/wiboma/hudiy/blob/main/config/overlays.json and https://github.com ...
by hudiy
Sun May 31, 2026 10:21 pm
Forum: Announcements
Topic: Update to version 1.20 (Bookworm) and 2.16 (Trixie) is already available
Replies: 12
Views: 231

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

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 ...
by hudiy
Sat May 30, 2026 4:02 am
Forum: Audio
Topic: CM106 Like and Touchscreen Issue
Replies: 1
Views: 29

Re: CM106 Like and Touchscreen Issue

Usually, this kind of strange hardware behavior, especially with USB, can be caused by power issues. Raspberry Pi is very sensitive to voltage levels and in case of undervoltage, it may cut power to USB devices. What power supply are you using in your setup? You can also send the output of the dmesg ...
by hudiy
Fri May 29, 2026 7:50 pm
Forum: Raspberry PI
Topic: I just bought this product but I have some fears
Replies: 6
Views: 60

Re: I just bought this product but I have some fears

For the equalizer, Hudiy uses a plugin loaded into PipeWire at application startup. Similarly, the echo cancel module is loaded when Hudiy starts. Bluetooth HFP and A2DP are configured directly in PipeWire and remain active the entire time PipeWire is running. The PipeWire architecture allows audio ...