| 890 | } |
| 891 | |
| 892 | static void panel_clock_pixel_epf2(uint16_t bgr565) { |
| 893 | panel.col += (panel.displayMode == PANEL_DM_RGB); |
| 894 | panel_write_pixel_rgb(panel_bgr565_epf2(bgr565)); |
| 895 | } |
| 896 | |
| 897 | static void panel_clock_pixel_epf3(uint16_t bgr565) { |
| 898 | panel.col += (panel.displayMode == PANEL_DM_RGB); |
nothing calls this directly
no test coverage detected