Request for adding structs/docs on them to SDK

I've been poking around with LCDBitmap at trying to understand its internals. All the API around it seems like convenience API but I can't tell if there is anything worth knowing about the implementations. It's a decent amount of time trying to reverse engineer if I need it or not and if there's any secret sauce there under the hood worth knowing about.

Just generally made me curious to the motivations and if it'd be possible to provide more in the SDK. It's the first struct I've ran into from the rather small set so far and I could see wanting to know how they're all handling things.

Thanks!