Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ lcd_disable
Function
lcd_disable
core/lcd.c:476–478 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
474
}
475
476
void lcd_disable(void) {
477
lcd.data = NULL;
478
}
479
480
void lcd_update(void) {
481
emu_set_lcd_ptrs(&lcd.data, &lcd.data_end, LCD_WIDTH, LCD_HEIGHT, lcd.upbase, lcd.control, true);
Callers
1
control_write
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected