In my new project based CPP on microcontroller,
I have Text as image row and column stored in W25Q32 memory. the width of image can vary but height is fixed. So if Image width is 32 bits wide first 4 bytes will be Row1 and next 4 bytes will be Row2 etc. I cant read whole bytes into ram because width can go up to 12,800.
My LED Matrix Display area width and height is fixed. Can someone help me how implement a function to scroll text image from left to right on the Display area. I am burning my head for two days.