Home
last modified time | relevance | path

Searched refs:prev_x_offset (Results 1 – 1 of 1) sorted by relevance

/bsp/raspberry-pi/raspi4-32/driver/lcd/
A Dlcd_console.c36 static int prev_x_offset = 0; variable
85 fb->x = fb->x + prev_x_offset * fb->depth; in fb_draw_char()
89 prev_x_offset = CHAR_W + 2; in fb_draw_char()
151 fb->x = fb->x - prev_x_offset * fb->depth; in fb_print()
155 else if((fb->x + prev_x_offset * fb->depth + 5 * fb->depth) >= (fb->width * fb->depth)) in fb_print()

Completed in 22 milliseconds