fix monogfx example

This commit is contained in:
Irmen de Jong
2025-05-22 00:37:20 +02:00
parent 548e421e27
commit d8e244df99
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ TODO
====
Bug: monogfx circle, plot and line drawing with INVERT mode is broken (garbage pixels)
broken since commit "optimize monogfx.plot() to use a *40 lookup table in lores mode."
STRUCTS: are being developed in their own separate branch for now, called "structs".

View File

@@ -246,7 +246,7 @@ doublebuffer {
monogfx.circle(cx, 219, 20, true)
monogfx.text(cx+20, 225, true, conv.str_uw(cx))
cx++
monogfx.swap_buffers()
monogfx.swap_buffers(true)
}
}
}