Searched refs:M4DISPLAY_WIDTH (Results 1 – 1 of 1) sorted by relevance
39 #define M4DISPLAY_WIDTH 180 macro42 static uint8_t framebuffer[M4DISPLAY_HEIGHT][M4DISPLAY_WIDTH];165 size_t msb_idx = M4DISPLAY_WIDTH / 2; in s4lcd_flush()167 uint8_t scramble_buf[M4DISPLAY_WIDTH]; in s4lcd_flush()171 for (int j = 0; j < M4DISPLAY_WIDTH; j += 2) { in s4lcd_flush()177 for (int j = 0; j < M4DISPLAY_WIDTH; j++) { in s4lcd_flush()191 fb->image.width = M4DISPLAY_WIDTH; in display_get_framebuffer()193 fb->image.stride = M4DISPLAY_WIDTH; in display_get_framebuffer()194 fb->image.rowbytes = M4DISPLAY_WIDTH; in display_get_framebuffer()206 info->width = M4DISPLAY_WIDTH; in display_get_info()
Completed in 2 milliseconds