aboutsummaryrefslogtreecommitdiff
path: root/src/text.h
blob: de9b567da6ce220c70aa8b0e4a41914b59e044e3 (plain)
1
2
3
4
5
6
#ifndef _TEXT_H
#define _TEXT_H

void put_text(uint16_t x, uint16_t y, const char *text, uint8_t color);

#endif /* _TEXT_H */