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

Function init_backlight

core/backlight.c:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68};
69
70eZ80portrange_t init_backlight(void) {
71 memset(backlight.ports, 0, sizeof backlight.ports);
72 backlight.brightness = 0xFF;
73 gui_console_printf("[CEmu] Initialized Backlight...\n");
74 return device;
75}
76
77void backlight_reset(void) {
78 memset(backlight.ports, 0, sizeof backlight.ports);

Callers 1

plug_devicesFunction · 0.85

Calls 1

gui_console_printfFunction · 0.50

Tested by

no test coverage detected