AH2005NA / m5stick-shark

GNU General Public License v3.0
35 stars 3 forks source link

!THIS IS NOT AN ISSUE more of a question id say! #8

Closed VirtualMoss7251 closed 1 month ago

VirtualMoss7251 commented 1 month ago

So i am making nemo from source and i am wondering how did u make custom splash screen on boot like i know where it stored and i have been trying to figure it out tried ton of hex convertors and nothing works for me and i know that urs work cuz i tried it i have an issue where i put there my hex code and when i boot up it just gives me a black screen and than turns on the nemo UI

AH2005NA commented 1 month ago

https://github.com/AH2005NA/m5stick-shark/assets/112094647/de6a9a0c-4f9f-43c6-8a5f-9a0bb2426825 WhatsApp Image 2024-05-16 at 11 21 37

if you use the nemo code then you have to change the line

define BITMAP M5.Lcd.drawBmp(NEMOMatrix, 97338)

to

define BITMAP DISP.pushImage(0, 0, 240, 135, (uint16_t *)NEMOMatrix);

VirtualMoss7251 commented 1 month ago

So i got somewhere atleast but now i have a probelam that it shows 4 copies of the png scaled down on top of the display EDIT: fixed it needed to change the block size in options>conversion>image to 8 bit