Home
last modified time | relevance | path

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

/bsp/raspberry-pi/raspi3-32/driver/
A Ddrv_fb.h48 } fb_t; typedef
53 fb_t fb;
56 extern fb_t fb_info;
A Ddrv_fb.c24 fb_t fb_info;
158 void newline(fb_t* fb) in newline()
188 void clear_line(fb_t *fb, const int line) in clear_line()
211 void fb_draw_char(fb_t *fb, char s) in fb_draw_char()
238 void fb_print(fb_t *fb, char *s) in fb_print()
/bsp/raspberry-pi/raspi4-32/driver/lcd/
A Dlcd_console.c30 static fb_t console_fb;
38 static void newline(fb_t* fb) in newline()
79 static void fb_draw_char(fb_t *fb, char s) in fb_draw_char()
126 fb_t *fb = &console_fb; in fb_print()
179 fb_t *fb = (fb_t *)param; in lcd_console_task_entry()
A Dlcd_console.h54 } fb_t; typedef

Completed in 8 milliseconds