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

Function panel_clock_pixel_epf0

core/panel.c:882–885  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

880}
881
882static void panel_clock_pixel_epf0(uint16_t bgr565) {
883 panel.col += (panel.displayMode == PANEL_DM_RGB);
884 panel_write_pixel_rgb(panel_bgr565_epf0(bgr565));
885}
886
887static void panel_clock_pixel_epf1(uint16_t bgr565) {
888 panel.col += (panel.displayMode == PANEL_DM_RGB);

Callers

nothing calls this directly

Calls 2

panel_write_pixel_rgbFunction · 0.85
panel_bgr565_epf0Function · 0.85

Tested by

no test coverage detected