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

Function panel_clock_pixel_ignore

core/panel.c:844–847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

842}
843
844static void panel_clock_pixel_ignore(uint16_t bgr565) {
845 (void)bgr565;
846 panel.col += (panel.displayMode == PANEL_DM_RGB);
847}
848
849static void panel_clock_pixel_ram_bypass(uint16_t bgr565) {
850 uint32_t col = panel.col;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected