Rev 47 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 47 | Rev 48 | ||
|---|---|---|---|
| Line 396... | Line 396... | ||
| 396 | dim(0); |
396 | dim(0); |
| 397 | //font_puts( |
397 | //font_puts( |
| 398 | // "Hello world !!\rThis text is a test of the text rendering library in a 5*7 font"); |
398 | // "Hello world !!\rThis text is a test of the text rendering library in a 5*7 font"); |
| 399 | 399 | ||
| 400 | dial_draw_scale(0, 10, 12, 5, 1); |
400 | dial_draw_scale(0, 10, 12, 5, 1); |
| 401 | char buffer[] = "Display "; |
401 | char buffer[] = "Unit is "; |
| 402 | buffer[8] = disp + '1'; |
402 | buffer[8] = disp + '1'; |
| 403 | print_large_string(buffer, 20, 30, 9); |
403 | print_large_string(buffer, 20, 30, 9); |
| 404 | 404 | ||
| 405 | display(); |
405 | display(); |
| 406 | 406 | ||