nisargjhaveri / WirelessAndroidAutoDongle

Use Wireless Android Auto with a car that supports only wired Android Auto using a Raspberry Pi.
MIT License
317 stars 42 forks source link

Change DPI #41

Open brianmagicr opened 5 months ago

brianmagicr commented 5 months ago

Would it be possible to implement a way to change the dpi on the headunit?

nisargjhaveri commented 5 months ago

I believe this will require us to decode and act as man-in-the-middle for the AA communication. We currently simply pass through all communication as is. While not impossible, this would certainly add much more complexity.