Quote:
Originally Posted by ZackMuc
Can the Book Setting Icon or the Rotate Icon also be changed. Where to find the original Icons. Is the source code for the Color 3 available?
|
Yes, it looks like these are all present in the Line.pbt that PocketBook ships.
I would suggest:
- listing the resources in Line.pbt (use rpbres or similar)
- looking for interesting resource names (use grep?)
- extract those resources (use rpbres)
- convert the resources into images (use res2image)
- edit the images to your taste
- convert them back to the right kind of Windows BMP files
- copy them into the correct location on your PocketBook.
PocketBook software is not open source, so there's no source code available. I don't think you need it for your task.
rpbres and res2image are both from my GitHub repo. There's a note in this thread on how to create the right kind of Windows BMP file too.