altos/telelco-v3.0: Add contrast setting
[fw/altos] / src / telelco-v2.0 / ao_lco_v2.c
index 59b621039f87ce983d67afebbac753c5ebd1af02..d1e66d05450fa67d4f24cbc5bf1be7d4081ba5f9 100644 (file)
@@ -67,7 +67,7 @@ ao_lco_show_pad(uint8_t pad)
                                 (0 << 6))
 
 void
-ao_lco_show_box(uint16_t box)
+ao_lco_show_box(int16_t box)
 {
        ao_mutex_get(&ao_lco_display_mutex);
        ao_seven_segment_set(AO_LCO_BOX_DIGIT_1, (uint8_t) (box % 10 | (ao_lco_drag_race << 4)));