Update shared-module/framebufferio/FramebufferDisplay.h
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
This commit is contained in:
parent
454e616d13
commit
d61f66d173
@ -48,7 +48,8 @@ typedef struct {
|
|||||||
uint64_t last_refresh_call;
|
uint64_t last_refresh_call;
|
||||||
uint16_t native_frames_per_second;
|
uint16_t native_frames_per_second;
|
||||||
uint16_t native_ms_per_frame;
|
uint16_t native_ms_per_frame;
|
||||||
uint16_t first_pixel_offset, row_stride;
|
uint16_t first_pixel_offset;
|
||||||
|
uint16_t row_stride;
|
||||||
bool auto_refresh;
|
bool auto_refresh;
|
||||||
bool first_manual_refresh;
|
bool first_manual_refresh;
|
||||||
} framebufferio_framebufferdisplay_obj_t;
|
} framebufferio_framebufferdisplay_obj_t;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user