Arteffects! 128x64 LCD ST7920

Hi

First you need to learn how to use the SD library (SD.h or SdFat.h)
Then you need a procedure which loads a file into RAM area. Then display the bitmap from RAM instead ROM (use u8g_DrawXBM instead of u8g_DrawXBMP for example)

Oliver