Basic rendering of the font
This commit is contained in:
@@ -29,10 +29,13 @@ static void setup() {
|
||||
|
||||
static void update() {
|
||||
FontWriter::FontWriter cursor;
|
||||
auto new_cursor = NewFontWriter::start(Make::PositionI16(16, 16));
|
||||
|
||||
const auto end_pos = cursor.write(FontWriter::Position::create(0, 32), "Cody is cute\n&\na \x1b[8;0;0mBAAAAABY!!!");
|
||||
cursor.write(end_pos, "\x1b[0;7;7mJaby was\nhere c:");
|
||||
|
||||
new_cursor.write("0");
|
||||
|
||||
paco.update();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user