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

Function panel_clock_pixel_epf3

core/panel.c:897–900  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

895}
896
897static void panel_clock_pixel_epf3(uint16_t bgr565) {
898 panel.col += (panel.displayMode == PANEL_DM_RGB);
899 panel_write_pixel_rgb(panel_bgr565_epf3(bgr565));
900}
901
902void panel_clock_porch(uint32_t clocks) {
903 assert(clocks > 0);

Callers

nothing calls this directly

Calls 2

panel_write_pixel_rgbFunction · 0.85
panel_bgr565_epf3Function · 0.85

Tested by

no test coverage detected