/* 
 * File:   test.h
 * Author: Antimatter
 *
 * Created on April 10, 2021, 8:33 AM
 */

#ifndef TEST_H
#define	TEST_H

#ifdef	__cplusplus
extern "C" {
#endif




#ifdef	__cplusplus
}
#endif

#endif	/* TEST_H */

void Write_String(int col_start, int row_start, int fore_color, int string_index, const unsigned char the_array[], const uint16_t array_offset[]);
void WriteChar(int col_start, int row_start, int ascii_char, int fore_color);

extern int col_start;
