/*
* File: FontStuff.h
* Author: Ed
*
* Created on July 14, 2021, 4:59 PM
*/
#ifndef FONTSTUFF_H
#define FONTSTUFF_H
#ifdef __cplusplus
extern "C" {
#endif
uint8_t getFontLine(unsigned char data, int line_num);
#ifdef __cplusplus
}
#endif
#endif /* FONTSTUFF_H */