| 895 | } |
| 896 | |
| 897 | static 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 | |
| 902 | void panel_clock_porch(uint32_t clocks) { |
| 903 | assert(clocks > 0); |
nothing calls this directly
no test coverage detected