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

Function lcd_free

core/lcd.c:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void lcd_free(void) {
170 lcd.gui_callback = NULL;
171 lcd.gui_callback_data = NULL;
172}
173
174static uint32_t lcd_process_pixel(uint32_t ticks, uint16_t bgr565) {
175 uint32_t v;

Callers 1

asic_freeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected