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 ...
Search found 31 matches
- Sun May 31, 2026 10:24 pm
- Forum: Announcements
- Topic: Update to version 1.20 (Bookworm) and 2.16 (Trixie) is already available
- Replies: 18
- Views: 325
- Fri May 15, 2026 8:19 am
- Forum: Connectivity
- Topic: Recommended hardware for a reverse camera
- Replies: 1
- Views: 524
Re: Recommended hardware for a reverse camera
Hello,
if you want to use a cvbs reverse camera you can check out my recent cvbs to usb aliexpress pcbs tests:
viewtopic.php?p=1659#p1659
if you want to use a cvbs reverse camera you can check out my recent cvbs to usb aliexpress pcbs tests:
viewtopic.php?p=1659#p1659
- Fri May 15, 2026 8:17 am
- Forum: Connectivity
- Topic: Tested CVBS-to-USB Reverse Camera PCBs from AliExpress
- Replies: 0
- Views: 73
Tested CVBS-to-USB Reverse Camera PCBs from AliExpress
Hello everyone,
I've ordered and tested some CVBS-to-USB PCBs from aliexpress for use with a reverse camera.
Test setup: Raspberry Pi 4 4GB, Raspberry Pi OS Trixie, AMPIRE KC302 CVBS reverse camera: AMPIRE KC302
I can also recommend this cable for connecting the PCB to the Raspberry Pi when ...
I've ordered and tested some CVBS-to-USB PCBs from aliexpress for use with a reverse camera.
Test setup: Raspberry Pi 4 4GB, Raspberry Pi OS Trixie, AMPIRE KC302 CVBS reverse camera: AMPIRE KC302
I can also recommend this cable for connecting the PCB to the Raspberry Pi when ...
- Thu Apr 09, 2026 9:34 pm
- Forum: Hudiy
- Topic: Feature request: change font size
- Replies: 4
- Views: 335
Feature request: change font size
Hello dear hudiy team,
is there a chance to change the font size in general? Like for the Media Dashboard Widget and Phone Widget?
Couldn't find a reply to that on existing topics
Thanks again and again
Chris
is there a chance to change the font size in general? Like for the Media Dashboard Widget and Phone Widget?
Couldn't find a reply to that on existing topics
Thanks again and again
Chris
- Wed Apr 08, 2026 9:16 am
- Forum: Hudiy
- Topic: Feature request: overlays - no need to use specific resolutions
- Replies: 1
- Views: 214
Feature request: overlays - no need to use specific resolutions
Hello dear hudiy team,
is there any chance to not set a specific resolution in the overlays.json and gather the actual resolution or available space for ther overlay?
This would be more flexible i guess. If i change the resolution, the content just use the space i gave him with the resolution ...
is there any chance to not set a specific resolution in the overlays.json and gather the actual resolution or available space for ther overlay?
This would be more flexible i guess. If i change the resolution, the content just use the space i gave him with the resolution ...
- Sun Mar 08, 2026 1:28 pm
- Forum: Hudiy
- Topic: Feature request: allow relative beside absolute positions for overlays
- Replies: 4
- Views: 587
Re: Feature request: allow relative beside absolute positions for overlays
Hello Hudiy,hudiy wrote: Tue Dec 23, 2025 8:14 pm We have already prepared an internal proof of concept for this feature. It still requires some testing but should be available with the February release.
was this already rolled out?
I couldn*t find anything about that in the notes.
Thanks!
- Sun Nov 30, 2025 12:25 pm
- Forum: Hudiy
- Topic: Feature request: allow relative beside absolute positions for overlays
- Replies: 4
- Views: 587
Feature request: allow relative beside absolute positions for overlays
Hello @hudiy:
are there any chances to get relative x and y positions beside or instead of absolute x and y positions for the overlays?
I've created two overlays that i may want to share. If i positioned the overlays with 800x480 as resolution and a other user has for example 1280x720 the overlay ...
are there any chances to get relative x and y positions beside or instead of absolute x and y positions for the overlays?
I've created two overlays that i may want to share. If i positioned the overlays with 800x480 as resolution and a other user has for example 1280x720 the overlay ...
- Mon Sep 22, 2025 12:03 pm
- Forum: Input controllers
- Topic: DarkMode
- Replies: 2
- Views: 700
Re: DarkMode
Hello ElmodiLatta,
please check that one:
https://github.com/wiboma/hudiy/blob/main/api/Api.proto#L686
// Id: MESSAGE_SET_DARK_MODE
// Receiver: Hudiy
// Description: Controls dark and light themes.
message SetDarkMode {
required bool enabled = 1;
}
if you break down that to a single line ...
please check that one:
https://github.com/wiboma/hudiy/blob/main/api/Api.proto#L686
// Id: MESSAGE_SET_DARK_MODE
// Receiver: Hudiy
// Description: Controls dark and light themes.
message SetDarkMode {
required bool enabled = 1;
}
if you break down that to a single line ...
- Sun Sep 21, 2025 8:58 pm
- Forum: Hudiy
- Topic: Applicantion/HTML site blurry when shown via hudiy
- Replies: 4
- Views: 448
Re: Applicantion/HTML site blurry when shown via hudiy
After hudiy update to version 1.2 the html site is now sharp/crisp
Thanks a lot!
- Thu Sep 18, 2025 9:04 pm
- Forum: Input controllers
- Topic: Keyboard volume control
- Replies: 22
- Views: 3110
Re: Keyboard volume control
basically I have decoded the LIN BUS from the car controller and I',m using an arduino to emulate like a USB keyboard. is there a keyboard key stroke for commanding the hudiy like OpenAuto Pro? How would should I approach this?
On Wayland (the default window system in Bookworm), keyboard ...