-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rockchip specific logo container format #663
base: master
Are you sure you want to change the base?
Conversation
One field is called |
size: 64
....
size-eos: true May it have sense to just replace |
Perhaps. One is for the top level identifier, the other for the individual image entries. I don't really care about what it's called. |
I don't see a good reason to. This looked like the cleanest solution to me at the moment, because there are no specifications whatsoever so I don't even know what the rest of the data means (and I only have two test files). |
I guess |
As far as I know it is nested (clicking through it in the Web IDE now), so I don't know what you mean exactly. |
Now it is types:
images:
...
image_entry: , but I propose it be types:
images:
...
types:
image_entry: |
Ah. Personally I think it is just fine as it is and functionality wise it doesn't matter. @generalmimon what do you think? The style guide doesn't have a recommendation for this. |
This PR adds a spec for a format used by Rockchip on at least some of their eInk devices. I could not find any specification about what the fields are whatsoever, but it seems to be fairly simple (
height
andwidth
are quite obvious when searching for the particular chipset). My guess is that what I am callingunknown_2
is probably a setting for the image quality andunknown_3
could perhaps be X/Y coordinates.The data itself: possibly something raw or BMPs without a header (which is not uncommon on Android).