Browse Source

add screen refresh

lessons
Constantin Fürst 6 months ago
parent
commit
074690c23e
  1. 1
      main.cpp

1
main.cpp

@ -11,6 +11,7 @@ void mainL01() {
Point p(10,10,'X');
p.print();
Graphics::get().refreshScreen();
std::this_thread::sleep_for(std::chrono::seconds(10));
Graphics::get().finalize();

Loading…
Cancel
Save