Hello,
I am not sure if this is the right category, but here my question:
I have a hudiy running android auto. I would also like to add an additional head-up display. Any possibillity to do that with hudiy/AA?
Thanks
Daniel
Head-up display?
Re: Head-up display?
Hello,
All information that can be shown on such a Head-up display (navigation maneuvers, currently playing music, OBD data) can be retrieved from Hudiy via the API. You can then create your own UI, e.g., in HTML or another framework, tailored to your display.
Examples of how to use the Hudiy API are available on our GitHub:
https://github.com/wiboma/hudiy/tree/main/examples
https://github.com/wiboma/hudiy/blob/main/api/Api.proto
All information that can be shown on such a Head-up display (navigation maneuvers, currently playing music, OBD data) can be retrieved from Hudiy via the API. You can then create your own UI, e.g., in HTML or another framework, tailored to your display.
Examples of how to use the Hudiy API are available on our GitHub:
https://github.com/wiboma/hudiy/tree/main/examples
https://github.com/wiboma/hudiy/blob/main/api/Api.proto
Hudiy Team