visualapproach / Volvo-melbus

Volvo MELBUS Bluetooth audio input and remote control with Arduino Nano
70 stars 19 forks source link

Showing temperature from two DS18B20 on HU display in SAT mode #18

Closed BK-Poland closed 6 years ago

BK-Poland commented 6 years ago

Is it possible? :-) Example: Temp1: 20 C, Temp2: 10 C Of course, the play / next / prev functions still work.

visualapproach commented 6 years ago

Yes it is possible. There are four textlines. Switch between them by pressing RND on HU. Or you can put both temps on a single line if you stay within the display limit (14 chars?) Ofc you need to adapt the code. Look at how I show the battery voltage. Ask if you need specific help.