Bitmap centralize
Thibis opened this issue · 2 comments
Thibis commented
Hi everyone!
Is it possible to centralize a bitmap?
Regards
sverdejot commented
You have to edit your bitmap using Photoshop or some app like that.
Just add padding at left.
If using photoshop, do the following:
- Create a new file with size in pixels:
- width: ((384 - your bitmap width)/2) + your bitmap width
- height: your bitmap height
- place your bitmap to right margin of the new file.
- Export it as png and save as bmp monochrome using paint.
Then you can save as .h using LCDAssistant
caternuson commented
Yep, that, or something similar, is how you'll have to do it for now.