Good morning, First thing: the bitmap manipulation Declaration: ///////////////////////////////////////////////////////////////////////////// // Local variables ///////////////////////////////////////////////////////////////////////////// // You need 128*64 pixel, for SSD1306 a pixel is one bit // we will declare an u8 array, size is 128*64/8 = 1024 static u8 bitmap_array[1024]; // the bitmap mios32_lcd_bitmap_t bitmap; // some other variables for the example u32 line, column; const f
    • Like
    1