blob: eae874d3fc0c95ea29e23ac09172735f662b7a66 [file] [log] [blame] [edit]
#include "display.hpp"
#include "config.h"
void init_display() {
}
void update_display(uint32_t time) {
}
void init_display_core1() {
}
void update_display_core1() {
}
bool display_render_needed() {
return false;
}
void display_mode_changed(blit::ScreenMode new_mode) {
}