Rev 762 | Rev 902 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 762 | Rev 783 | ||
---|---|---|---|
Line 82... | Line 82... | ||
82 | * write an ascii <string> at <x>/<y> to MAX7456 display memory |
82 | * write an ascii <string> at <x>/<y> to MAX7456 display memory |
83 | */ |
83 | */ |
84 | void write_ascii_string(uint8_t, uint8_t, char*); |
84 | void write_ascii_string(uint8_t, uint8_t, char*); |
Line 85... | Line 85... | ||
85 | 85 | ||
- | 86 | /** |
|
- | 87 | * write an ascii <string> with lenght <len> at <x>/<y> to MAX7456 display memory |
|
- | 88 | */ |
|
- | 89 | void write_ascii_string_len(uint8_t x, uint8_t y, char *string, uint8_t len); |
|
- | 90 | ||
86 | /** |
91 | /** |
87 | * write an ascii <string> from progmen at <x>/<y> to MAX7456 display memory |
92 | * write an ascii <string> from progmen at <x>/<y> to MAX7456 display memory |
88 | */ |
93 | */ |
Line 89... | Line 94... | ||
89 | void write_ascii_string_pgm(uint8_t, uint8_t, const char*); |
94 | void write_ascii_string_pgm(uint8_t, uint8_t, const char*); |