fixed typo in example

This commit is contained in:
Chu'vok
2024-09-13 16:32:50 +02:00
parent a371c28e6c
commit 7257ce7543
3 changed files with 4 additions and 4 deletions

2
tim.h
View File

@@ -7,7 +7,7 @@
// #include "tim.h" // one header, no lib
// int main(void) { //
// while (tim_run(0)) { // event loop
// scope (A, A, 24, 8) { // centered 28x8 scope
// scope (A, A, 24, 8) { // centered 24x8 scope
// uint64_t c = 0x0a060f; // three colors
// frame(0, 0, ~0, ~0, c); // draw frame for scope
// label("Greetings!", A, 2, A, A, c); // label in top center