Rev 8 | Rev 10 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8 | Rev 9 | ||
---|---|---|---|
Line 225... | Line 225... | ||
225 | 225 | ||
226 | font_gotoxy(0,0); |
226 | font_gotoxy(0,0); |
227 | 227 | ||
228 | print_digits(64, 16, 4, 1, adv); |
228 | print_digits(64, 16, 4, 1, adv); |
229 | 229 | ||
230 | print_digits(64, 32, 4,-1, spd); |
230 | print_digits(64, 33, 4,-1, spd); |
231 | print_large_string("RPM:",0,32,4); |
231 | print_scaled_string("RPM:",0,33,4,256); |
232 | print_large_string("ADV:",0,16,4); |
232 | print_scaled_string("ADV:",0,16,4,256); |
233 | 233 | ||
- | 234 | font_gotoxy(0,0); |
|
234 | font_puts("count"); |
235 | font_puts("count:"); |
235 | font_sig_digits(12, 0,1,-1, sampleVal); |
236 | font_sig_digits(64, 0,1,-1, sampleVal); |
236 | 237 | ||
237 | 238 | ||
238 | display(); |
239 | display(); |
239 | 240 | ||
240 | chMtxUnlock(&mutexDisplay); |
241 | chMtxUnlock(&mutexDisplay); |