MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / lcd_reset

Function lcd_reset

core/lcd.c:419–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417}
418
419void lcd_reset(void) {
420 memset(&lcd, 0, offsetof(lcd_state_t, useDma));
421 lcd_update();
422 lcd_init_events();
423 gui_console_printf("[CEmu] LCD reset.\n");
424}
425
426static uint8_t lcd_read(const uint16_t pio, bool peek) {
427 uint16_t index = pio;

Callers

nothing calls this directly

Calls 3

lcd_updateFunction · 0.85
lcd_init_eventsFunction · 0.85
gui_console_printfFunction · 0.50

Tested by

no test coverage detected