Support simple sentances
This commit is contained in:
14
examples/PoolBox/application/src/FontWriter/font_writer.hpp
Normal file
14
examples/PoolBox/application/src/FontWriter/font_writer.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef __FONT_WRITER_HPP__
|
||||
#define __FONT_WRITER_HPP__
|
||||
#include <stdint.h>
|
||||
|
||||
namespace FontWriter {
|
||||
static constexpr auto TextBufferSize = 1024;
|
||||
|
||||
void setup();
|
||||
|
||||
void write(int16_t x, int16_t y, const char* text);
|
||||
void render();
|
||||
}
|
||||
|
||||
#endif //!__FONT_WRITER_HPP__
|
||||
Reference in New Issue
Block a user