fixup! feat(core): introduce new drawing library

pull/3695/merge^2
cepetr 3 weeks ago
parent 4b01309216
commit c1c7f3e659

@ -204,12 +204,12 @@ impl BitBlt {
unsafe { ffi::gl_mono8_blend_mono4(self) };
}
#[cfg(feature = "new_rendering")]
#[cfg(all(not(feature = "xframebuffer"), feature = "new_rendering"))]
pub unsafe fn display_fill(&self) {
unsafe { ffi::display_fill(self) };
}
#[cfg(feature = "new_rendering")]
#[cfg(all(not(feature = "xframebuffer"), feature = "new_rendering"))]
pub unsafe fn display_copy_rgb565(&self) {
unsafe { ffi::display_copy_rgb565(self) };
}

Loading…
Cancel
Save