Newer
Older
#include "ui/View.h"
using rmrf::ui::display;
auto h_nc = std::make_shared<display>();
h_nc->sync([](const display::ptr_type &) {
std::cout << "Hello World!\n" << std::flush;
});
#include "ui/View.h"
using rmrf::ui::display;
auto h_nc = std::make_shared<display>();
h_nc->sync([](const display::ptr_type &) {
std::cout << "Hello World!\n" << std::flush;
});
Hosted with love by Chaotikum e.V. Support us if you can