SAMUD / KISS-OSD

Software used for the MinimOSD and the Kiss FC from flyduino.net
https://www.facebook.com/groups/1624296364543353
15 stars 4 forks source link

Virtual horizon #2

Open SAMUD opened 8 years ago

SAMUD commented 8 years ago

add a virtual horizon

push down middle stats serial data from the FC:

serial_send_word((int16_t)(angle[0]_100)); // 33 serial_send_word((int16_t)(angle[1]_100)); // 35 serial_send_word((int16_t)(angle[2]*100)); // 37

SAMUD commented 8 years ago

Instead of putting the virtual horizon in the middle. Why not making a small bar on the left which indicates the angle on inclination?

SAMUD commented 8 years ago

The actual virtual horizon is really a crap. Need to make something else