| 842 | } |
| 843 | |
| 844 | static void panel_clock_pixel_ignore(uint16_t bgr565) { |
| 845 | (void)bgr565; |
| 846 | panel.col += (panel.displayMode == PANEL_DM_RGB); |
| 847 | } |
| 848 | |
| 849 | static void panel_clock_pixel_ram_bypass(uint16_t bgr565) { |
| 850 | uint32_t col = panel.col; |
nothing calls this directly
no outgoing calls
no test coverage detected