Support Controller

This commit is contained in:
2024-01-02 22:51:51 -06:00
parent 837073fcda
commit 73a452d616
6 changed files with 152 additions and 16 deletions

View File

@@ -24,7 +24,6 @@ static void setup() {
static void update() {
Periphery::query_controller();
FontWriter::FontWriter cursor;
const auto end_pos = cursor.write(FontWriter::Position::create(0, 32), "Cody is cute\n&\na \x1b[8;0;0mBAAAAABY!!!");