pcb and initial code from https://github.com/das-labor/borgware-2d.git
6 lines
101 B
6 lines
101 B
#ifndef SCROLLTEXT_H_
|
|
#define SCROLLTEXT_H_
|
|
|
|
void scrolltext(char *str);
|
|
|
|
#endif /* SCROLLTEXT_H_ */
|
|
|