Searched defs:rt_device_graphic_info (Results 1 – 1 of 1) sorted by relevance
65 struct rt_device_graphic_info struct67 rt_uint8_t pixel_format; /**< graphic format */68 rt_uint8_t bits_per_pixel; /**< bits per pixel */69 rt_uint16_t pitch; /**< bytes per line */71 rt_uint16_t width; /**< width of graphic device */72 rt_uint16_t height; /**< height of graphic device */74 rt_uint8_t *framebuffer; /**< frame buffer */75 rt_uint32_t smem_len; /**< allocated frame buffer size */
Completed in 20 milliseconds