Problema a la hora de dibujar grafico en pantalla oled

Hola compañeros, despues de conseguir lo de las pulsaciones queria poner un logo y para probar cogi uno de un programa que tenia echo, el caso es que no consigo entender como funciona y entonces no lo hago funcionar. La libreria que ehe escogido por las posibilidades mas amplias que ofrece es la u8g2
Haber si alguien que entendiese de esto un poco me puede echar una mano. Gracias

#include <Arduino.h>
#include <U8g2lib.h>

#ifdef U8X8_HAVE_HW_SPI
#include <SPI.h>
#endif
#ifdef U8X8_HAVE_HW_I2C
#include <Wire.h>
#endif
U8G2_SSD1306_128X64_NONAME_F_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE);


void setup(void) {
  pinMode(9, OUTPUT);
  digitalWrite(9, 0);	// default output in I2C mode for the SSD1306 test shield: set the i2c adr to 0

  u8g2.begin();
}

#define u8g_logo_width 128
#define u8g_logo_height 64
static unsigned char u8g_logo_bits[] = {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x80,0x80,
0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
0x80,0x80,0x80,0x80,0x80,0xC0,0xC0,0xC0,0xE0,0x60,0x60,0x60,0x60,0x70,0x30,0x30,
0x30,0x70,0x60,0x60,0x60,0x60,0xE0,0xC0,0xC0,0x40,0x80,0x80,0x80,0x80,0x80,0x80,
0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
0x80,0x80,0x00,0x00,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,
0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x00,
0x00,0x00,0x00,0x03,0x06,0x0C,0x3C,0x78,0xC8,0x98,0x98,0x98,0x98,0x98,0x98,0x98,
0x98,0x98,0x98,0x98,0x98,0x98,0x88,0xC8,0x49,0x49,0x49,0x49,0x49,0x48,0x4A,0x0A,
0x2A,0x3C,0xF4,0xC0,0x00,0x00,0x3C,0x74,0xC0,0x80,0x00,0x00,0x00,0x00,0x00,0x00,
0x08,0x30,0x80,0x40,0x20,0x91,0xCC,0xC0,0xE0,0xE0,0xE0,0xF0,0xF0,0xF0,0xF0,0xF0,
0xF0,0xF0,0xF0,0xF0,0xE0,0xE0,0xE0,0xC0,0xC0,0x8D,0x01,0x00,0x40,0x00,0x10,0x08,
0x00,0x00,0x00,0x00,0x00,0x00,0x80,0xE0,0x3C,0x2C,0x00,0x00,0xC0,0xF4,0x2C,0x2A,
0x4A,0x4A,0x49,0x49,0x49,0x49,0x49,0x49,0xC8,0x88,0x98,0x98,0x98,0x98,0x98,0x98,
0x98,0x98,0x98,0x98,0x98,0x98,0xC8,0x48,0x78,0x3C,0x04,0x07,0x03,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x04,0x1C,0x38,0x38,
0x68,0x4C,0xCC,0xCC,0xC4,0x44,0x44,0x64,0x24,0x22,0x22,0x32,0x12,0x12,0x91,0x89,
0xC9,0x49,0x4C,0x25,0x27,0x14,0x98,0xB8,0x61,0x65,0xC3,0xC6,0x84,0x8C,0x0C,0x9E,
0xF9,0xFC,0xFF,0xFE,0xFF,0xFF,0xFF,0xFF,0xFB,0x01,0x00,0x00,0x00,0x78,0xFC,0xFC,
0xFC,0x78,0x00,0x00,0x01,0x03,0xC7,0xFF,0xFF,0xFF,0xFF,0xFF,0xFC,0xFD,0xF8,0xFA,
0x1C,0x08,0x8C,0x86,0xCE,0xC3,0x65,0x61,0x98,0x98,0x14,0x27,0x25,0x48,0x49,0x89,
0x99,0x91,0x12,0x12,0x32,0x22,0x22,0x24,0x64,0x44,0x44,0xC4,0xCC,0x4C,0x6C,0x68,
0x38,0x38,0x0C,0x04,0x07,0x03,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x01,0x01,0x03,0x02,0x02,0x06,0x0E,0x0A,0x0B,0x09,0x09,0x18,0x38,
0x24,0x24,0x22,0x32,0x31,0x79,0x48,0x64,0x22,0x73,0xD9,0xCD,0x67,0x73,0x8B,0x8F,
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x7F,0x00,0x00,0x00,0x00,0x70,0xF8,0xFC,
0xFC,0xF8,0x30,0x00,0x00,0x03,0x07,0x8F,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x7F,0xCF,
0x87,0xDB,0x73,0x67,0xC9,0xD1,0x73,0x26,0x64,0x48,0x79,0x30,0x32,0x20,0x24,0x24,
0x38,0x18,0x09,0x09,0x0B,0x0A,0x0E,0x06,0x02,0x02,0x03,0x01,0x01,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x0F,0x1C,0x78,0xE0,0xC0,
0x80,0x00,0x03,0x07,0x0F,0x0F,0x1F,0x9F,0x7E,0x3C,0xFC,0x78,0xF8,0x78,0xF8,0x78,
0xF8,0x78,0xF8,0x7C,0x7C,0x3E,0x7E,0x9F,0x1F,0x0F,0x0F,0x07,0x03,0x01,0x80,0xC0,
0xE0,0x78,0x3C,0x0F,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,
0x03,0x03,0x06,0x0E,0x0C,0x1C,0x22,0x21,0x38,0x47,0x40,0x7C,0x01,0x40,0x7F,0x80,
0x4F,0x40,0x00,0x7C,0x60,0x43,0x38,0x21,0x22,0x1C,0x0C,0x0E,0x06,0x03,0x03,0x01,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,};



void loop(void) {
  u8g2.clearBuffer();
  u8g2.setDrawColor(1);
  u8g2.drawBitmap( 0, 0, u8g_logo_width, u8g_logo_height, u8g_logo_bits);
  u8g2.sendBuffer();
  delay(1000);
}

Busca a lightcalamar y mira su proyecto FM RADIO
En el justamente usando tu librería coloca logos.

Hola de nuevo, he intentado contactar con ligthcalamar mediante PM.
Encontre un ejemplo y lo que le comentaba en el mensaje era que habia conseguido encontrar el metodo de hacer funcionar lo del grafico, pero no del todo correcto... Pues la imagen no se me define bien, no tengo ni idea de por que o el programa que utilizo para la conversion a hex no es el corercto, no se...
En el ejemplo de acontinuacion lo que intento poner es una imagen de un logo de superman, pero no consigo que se aproxime la representacion del mismo en la pantalla

#include <Arduino.h>
#include <U8g2lib.h>

#ifdef U8X8_HAVE_HW_SPI
#include <SPI.h>
#endif
#ifdef U8X8_HAVE_HW_I2C
#include <Wire.h>
#endif

U8G2_SSD1306_128X64_NONAME_1_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE);


#define u8g2_logo_97x51_width 128
#define u8g2_logo_97x51_height 64
static const unsigned char u8g2_logo_97x51_bits[] U8X8_PROGMEM = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0x00, 0x00,
0x00, 0x00, 0x07, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x01, 0xC0, 0x00, 0x00,
0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x00,
0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00,
0x00, 0x00, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x00,
0x00, 0x00, 0xE0, 0x3F, 0xF8, 0x00, 0x07, 0xFF, 0xE0, 0x00, 0x1F, 0xF8, 0x00, 0x0F, 0x00, 0x00,
0x00, 0x03, 0xC0, 0xFF, 0xE0, 0x00, 0xFF, 0xFF, 0xFF, 0x80, 0x07, 0xF8, 0x02, 0x03, 0x80, 0x00,
0x00, 0x07, 0x01, 0xFF, 0x80, 0x07, 0xFF, 0xFF, 0xFF, 0xF0, 0x03, 0xF0, 0x03, 0x01, 0xC0, 0x00,
0x00, 0x0E, 0x03, 0xFE, 0x00, 0x3F, 0xFF, 0xFF, 0xFF, 0xFC, 0x01, 0xF0, 0x03, 0xC0, 0xF0, 0x00,
0x00, 0x38, 0x0F, 0xFC, 0x00, 0x7F, 0xFF, 0xFF, 0xFF, 0xFE, 0x00, 0xE0, 0x03, 0xE0, 0x38, 0x00,
0x00, 0x70, 0x1F, 0xF0, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0x00, 0x03, 0xF0, 0x1C, 0x00,
0x01, 0xE0, 0x3F, 0xE0, 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xC0, 0x00, 0x03, 0xFC, 0x07, 0x00,
0x03, 0x80, 0xFF, 0xC0, 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xC0, 0x00, 0x03, 0xFE, 0x03, 0x80,
0x07, 0x01, 0xFF, 0x80, 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xE0, 0x00, 0x03, 0xFF, 0x01, 0xE0,
0x1E, 0x03, 0xFF, 0x00, 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xE0, 0x00, 0x03, 0xFF, 0xC0, 0x70,
0x38, 0x0F, 0xFF, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF0, 0x00, 0x03, 0xFF, 0xE0, 0x38,
0x1C, 0x07, 0xFE, 0x00, 0x00, 0x7F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xE0, 0x38,
0x0E, 0x03, 0xFE, 0x00, 0x00, 0x3F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x80, 0x70,
0x07, 0x01, 0xFC, 0x00, 0x00, 0x07, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x01, 0xC0,
0x03, 0x80, 0xFC, 0x00, 0x00, 0x00, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFE, 0x03, 0x80,
0x01, 0xC0, 0x3C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3F, 0xFF, 0xFF, 0xFC, 0x07, 0x00,
0x00, 0x70, 0x1C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0xF0, 0x0E, 0x00,
0x00, 0x38, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1F, 0xFF, 0xE0, 0x3C, 0x00,
0x00, 0x1C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xFF, 0xC0, 0x70, 0x00,
0x00, 0x0E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0x80, 0xE0, 0x00,
0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x01, 0xC0, 0x00,
0x00, 0x01, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x03, 0x80, 0x00,
0x00, 0x00, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x0F, 0x00, 0x00,
0x00, 0x00, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x00,
0x00, 0x00, 0x38, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00,
0x00, 0x00, 0x1C, 0x03, 0xF8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00,
0x00, 0x00, 0x07, 0x01, 0xFF, 0xFF, 0xFF, 0xF8, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE0, 0x00, 0x00,
0x00, 0x00, 0x03, 0x80, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x03, 0xC0, 0x00, 0x00,
0x00, 0x00, 0x01, 0xC0, 0x3F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF8, 0x00, 0x07, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0xE0, 0x1F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFE, 0x00, 0x0E, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x70, 0x0F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x1C, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x1C, 0x07, 0xF0, 0x07, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x38, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x0E, 0x03, 0xC0, 0x00, 0x7F, 0xFF, 0xFF, 0xFE, 0x00, 0xE0, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x07, 0x00, 0x80, 0x00, 0x1F, 0xFF, 0xFF, 0xFC, 0x01, 0xC0, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x03, 0x80, 0x00, 0x00, 0x0F, 0xFF, 0xFF, 0xE0, 0x03, 0x80, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x01, 0xE0, 0x00, 0x00, 0x03, 0xFF, 0xF8, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x1C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE0, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x07, 0x80, 0xF0, 0x00, 0x00, 0x3E, 0x01, 0xC0, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x01, 0xC0, 0x7F, 0xFF, 0xFF, 0xFC, 0x03, 0x80, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0xE0, 0x1F, 0xFF, 0xFF, 0xF8, 0x0E, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x0F, 0xFF, 0xFF, 0xF0, 0x1C, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0x07, 0xFF, 0xFF, 0xC0, 0x38, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x1E, 0x03, 0xFF, 0xFF, 0x80, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0xFF, 0xFF, 0x00, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x80, 0x7F, 0xFE, 0x03, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xC0, 0x3F, 0xF8, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE0, 0x1F, 0xF0, 0x0E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x07, 0xE0, 0x1C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1C, 0x03, 0xC0, 0x78, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0E, 0x01, 0x80, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x01, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x80, 0x03, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE0, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x1E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0x38, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};



void setup(void) {

  /* U8g2 Project: SSD1306 Test Board */
  //pinMode(10, OUTPUT);
  //pinMode(9, OUTPUT);
  //digitalWrite(10, 0);
  //digitalWrite(9, 0);   

  /* U8g2 Project: T6963 Test Board */
  //pinMode(18, OUTPUT);
  //digitalWrite(18, 1);  
  
  u8g2.begin();  
}

void loop(void) {
  u8g2.firstPage();
  do {
    u8g2.setFont(u8g2_font_ncenB14_tr);
    u8g2.drawXBMP(0,0, u8g2_logo_97x51_width, u8g2_logo_97x51_height, u8g2_logo_97x51_bits);
  } while ( u8g2.nextPage() );
  //delay(1000);
}

El programa en si solo es la modificacion de un ejemplo que encontre y la pantalla que uso es una oled de 0,96"

https://es.aliexpress.com/item/0-96-inch-IIC-Serial-Blue-OLED-Display-Module-128X64-I2C-SSD1306-12864-LCD-Screen-Board/32782047915.html?spm=2114.13010608.0.0.2WKV3z

He observado los ejemplos de lightcalamar por encima he de decir... el apartado de logos

El programa que uso yo es LCD Assistant, alomejor como dije anteriormente ese es el fallo... espero que puedan ayudarme

Gracias y Saludos

El explica que programa debes usar para convertirlo en formato utilizable.

Hola Carlitos1991,
No he podido trabajar sobre tu problema por falta de tiempo. El LCDAsistant no te vale para realizar la conversión de gráficos. Tienes que usar Gimp en Linux (mejor) sin embargo también lo podrás usar en Windows. Es la mejor herramienta para conversiones de gráficos.

Para ayudarte, necesito saber el tamaño del logo que vas a usar (en pixels), debido a esto;

#define u8g2_logo_97x51_width 128
#define u8g2_logo_97x51_height 64

Se supone que será de 128x64? es decir toda la pantalla? y otra cosa mas, a ver si me puedes poner una captura de como te sale ahora mismo en la pantalla.

Otra cosa y es que veo usar la versión 2 de la librería U8g2lib, no la usé nunca pero tendría que funcionar como yo lo realice en la U8glib.

He visto la pantalla que tienes y yo tengo una igual. Ten paciencia y lo resolvemos. Saludos!

Este sería el código correcto de la imagen:

#define super_width 128
#define super_height 64
static unsigned  super_bits[] PROGMEM = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa,
   0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xff,
   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x01, 0x00, 0x00,
   0x00, 0x00, 0xe0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x00, 0x1c, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00,
   0x00, 0x00, 0x0e, 0xf8, 0x3f, 0x00, 0x80, 0x5a, 0x01, 0x00, 0xf0, 0x1f,
   0x00, 0x70, 0x00, 0x00, 0x00, 0x80, 0x03, 0xfe, 0x0f, 0x00, 0xfd, 0xff,
   0xff, 0x01, 0xe0, 0x1f, 0x40, 0xc0, 0x01, 0x00, 0x00, 0xc0, 0x01, 0xff,
   0x01, 0xe0, 0xff, 0xff, 0xff, 0x0f, 0xc0, 0x1f, 0xc0, 0x80, 0x03, 0x00,
   0x00, 0x70, 0xc0, 0xff, 0x00, 0xf8, 0xff, 0xff, 0xff, 0x3f, 0x00, 0x0f,
   0xc0, 0x03, 0x0e, 0x00, 0x00, 0x38, 0xe0, 0x3f, 0x00, 0xfe, 0xff, 0xff,
   0xff, 0xff, 0x00, 0x06, 0xc0, 0x07, 0x1c, 0x00, 0x00, 0x0e, 0xf8, 0x1f,
   0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0x01, 0x00, 0xc0, 0x1f, 0x70, 0x00,
   0x00, 0x07, 0xfc, 0x07, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0x03, 0x00,
   0xc0, 0x3f, 0xe0, 0x00, 0xc0, 0x01, 0xff, 0x03, 0x80, 0xff, 0xff, 0xff,
   0xff, 0xff, 0x07, 0x00, 0xc0, 0xff, 0x80, 0x03, 0xe0, 0x80, 0xff, 0x01,
   0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0x07, 0x00, 0xc0, 0xff, 0x01, 0x07,
   0x38, 0xe0, 0xff, 0x01, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0x00,
   0xc0, 0xff, 0x07, 0x1c, 0x38, 0xe0, 0xff, 0x00, 0x00, 0xfe, 0xff, 0xff,
   0xff, 0xff, 0x5f, 0x55, 0xf5, 0xff, 0x07, 0x1c, 0xe0, 0x80, 0x7f, 0x00,
   0x00, 0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x01, 0x0e,
   0xc0, 0x01, 0x7f, 0x00, 0x00, 0xc0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
   0xff, 0xff, 0x80, 0x03, 0x80, 0x03, 0x7e, 0x00, 0x00, 0x00, 0xa0, 0xb6,
   0x55, 0xfb, 0xff, 0xff, 0xff, 0x7f, 0xc0, 0x01, 0x00, 0x0e, 0x38, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0xff, 0xff, 0x1f, 0xe0, 0x00,
   0x00, 0x1c, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc,
   0xff, 0x0f, 0x38, 0x00, 0x00, 0x38, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0xe0, 0xff, 0x07, 0x1c, 0x00, 0x00, 0x60, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xff, 0x01, 0x0e, 0x00,
   0x00, 0xc0, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0xfe, 0x80, 0x03, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x7c, 0xc0, 0x01, 0x00, 0x00, 0x00, 0x0e, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0xe0, 0x00, 0x00,
   0x00, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x38, 0x00, 0x00, 0x00, 0x00, 0x38, 0xc0, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x00, 0x60, 0x80,
   0xff, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00,
   0x00, 0x00, 0xc0, 0x01, 0xff, 0xff, 0xff, 0xff, 0x5b, 0x01, 0x00, 0x00,
   0x80, 0x03, 0x00, 0x00, 0x00, 0x00, 0x80, 0x03, 0xfc, 0xff, 0xff, 0xff,
   0xff, 0xff, 0x07, 0x00, 0xc0, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06,
   0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f, 0x00, 0xe0, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x1c, 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00,
   0x38, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0xc0, 0x1f, 0xd0, 0xff,
   0xff, 0xff, 0xff, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70,
   0x80, 0x03, 0x00, 0xfe, 0xff, 0xff, 0xff, 0x00, 0x0e, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0xc0, 0x01, 0x01, 0x00, 0xf8, 0xff, 0xff, 0x3f, 0x80,
   0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x03, 0x00, 0x00, 0xe0,
   0xff, 0xff, 0x03, 0xc0, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x06, 0x00, 0x00, 0xc0, 0xff, 0x0a, 0x00, 0xe0, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0xc0, 0x01, 0x02, 0x00, 0x00, 0x50, 0x80, 0x03,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x03, 0xfe, 0xff,
   0xff, 0x7f, 0xc0, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x07, 0xf8, 0xff, 0xff, 0x1f, 0xe0, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x1c, 0xe0, 0xff, 0xff, 0x0f, 0x38, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0xc0, 0xff,
   0xff, 0x03, 0x1c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x60, 0x80, 0xff, 0xff, 0x01, 0x0e, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x01, 0xfe, 0xff, 0x80, 0x03, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x03, 0xfc,
   0x3f, 0xc0, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x07, 0xf8, 0x1f, 0xe0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1c, 0xe0, 0x0f, 0x38, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0xc0,
   0x03, 0x1c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x70, 0x80, 0x01, 0x0e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x01, 0x80, 0x03, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x03,
   0x80, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x07, 0xe0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1c, 0x38, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38,
   0x1c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x70, 0x0e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x03, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80,
   0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00 };

Pruebalo y me dices, sino montaré mi pantalla.

Hola, en primer lugar muchas gracias por tu atencion... y siento no haber conestado antes, no me encontraba en casa. Estoy probando tu ejemplo actualmente, pero te voy a subir una foto de lo que llegue a conseguir con la imagen pasada por LCD Assistant... El objetivo que tenia era usar toda la pantalla por lo tanto si, 128*64. Ahora me dispongo a probar tu ejemplo y haber si conseguimos algo juntos, paciencia toda la del mundo compi. Muchas gracias, ahora te escribo de nuevo
Saludos

Bueno, pues la conversion tuya es exacta, funciona a la perfeccion... solo que el detalle del "PROGMEM" no me deja usarlo asi sin mas y tengo que añadirle "U8X8_PROGMEM" lo que hace que salga a la perfeccion... Ya supongo que solo sera el aprendizaje del gimp, la conversion de imagenes. Te adjunto la imagen para que veas el resultado, aunque ya imaginaras como es habiendo salido bien :slight_smile:

Carlitos1991:
asi sin mas y tengo que añadirle "U8X8_PROGMEM"

Ese detalle lo omití debido que no sabia exactamente como la librería U8g2 compone las imagenes a flash. Pero bueno tu ya sabes el truco de esta. Con Gimp al menos que yo sepa es el mejor por no decir que no hay otra forma de conversión correcta. No digo que hay programas que los hacer.

Yo estuve (en pasado) muchas noches sin dormir sobre esto mismo y nadie me ayudo, lei muy mucho y al final logré entender como funcionaba este tema.

En Gimp si quieres convertir una imagen, lo primero es escalarla, reducir al tamaño que usas, luego te vas a Exportar (no guardar) dicha imagen y tienes que elegir el formato .xbm y luego si guardar la imagen como por ejemplo mi_imagen.xbm, luego esta supuesta "imagen" no es tal, la abres por ejemplo con el Notepad++ (editor) y te encontrás con una sorpresa...

Esto es a modo breve de lo que tienes que hacer si quieres usar otra imagen. Me alegro lo tengas solucionado.

lightcalamar:
Ese detalle lo omití debido que no sabia exactamente como la librería U8g2 compone las imagenes a flash. Pero bueno tu ya sabes el truco de esta. Con Gimp al menos que yo sepa es el mejor por no decir que no hay otra forma de conversión correcta. No digo que hay programas que los hacer.

Yo estuve (en pasado) muchas noches sin dormir sobre esto mismo y nadie me ayudo, lei muy mucho y al final logré entender como funcionaba este tema.

En Gimp si quieres convertir una imagen, lo primero es escalarla, reducir al tamaño que usas, luego te vas a Exportar (no guardar) dicha imagen y tienes que elegir el formato .xbm y luego si guardar la imagen como por ejemplo mi_imagen.xbm, luego esta supuesta "imagen" no es tal, la abres por ejemplo con el Notepad++ (editor) y te encontrás con una sorpresa...

Esto es a modo breve de lo que tienes que hacer si quieres usar otra imagen. Me alegro lo tengas solucionado.

Genial!! Muchas gracias, ayer estuve yo tocando un poco gimp, y la opción exportar es la que vi, pero lo que hacía era pasarlas a C ... Entonces no conseguía nada, no se me ocurrió probar con xbm , aún supuse que podría ser... Y también observé todo lo de las demás pestañas... Pero no sabía jejeje. Bueno muchísimas gracias y si sigo con algunas dudas lo volveré a poner por aquí.
Saludos

Ahora me surge otra duda, lo que pasa que no se como llamarlo... si no lo buscaria. Se puede poner la imagen en un archivo *.h y cargarlo en el programa principal??

He probado de manera muy basica cargando la cabecera en el programa principal con include pero solo transladando las lineas de ancho y largo mas el codigo de la imagen al otro archivo .h, pero debe ser que el llamamiento esta mal o algo y no consigo hacerlo. en que fallo??

Si me podeis referenciar a algun sitio del foro ya lo busco yo y lo leo...
Gracias y Saludos

Lo que puedes hacer sin complicarte la vida es crear una pestaña nueva y poner el código de la imagen.

Pon si quieres el código que estas usando y te lo modifico.

Te agradezco todo lo que me estas ayudando. Esto mas que nada lo quiero para optimizar el programa principal y quitar lineas de codigo del mismo y organizarme mejor. Me gustaria aprender como se hace, asi que cuando me lo corrijas me fijo y ya lo se para la proxima. Es que estoy buscando y no encuentro nada...

#include <Arduino.h>
#include <U8g2lib.h>

#ifdef U8X8_HAVE_HW_SPI
#include <SPI.h>
#endif
#ifdef U8X8_HAVE_HW_I2C
#include <Wire.h>
#endif



U8G2_SSD1306_128X64_NONAME_1_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE);

#define super_width 128
#define super_height 64
static const unsigned char super_bits[] U8X8_PROGMEM = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xd0, 0xff, 0xff,
   0xff, 0xff, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0xd0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x80, 0xff, 0x5f, 0x00, 0x00, 0x00, 0x80, 0xff, 0xbf,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0xbf, 0x00, 0x00, 0x00,
   0x00, 0x00, 0xc0, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0xff,
   0x02, 0x00, 0x80, 0x00, 0x00, 0x01, 0x00, 0xf0, 0xff, 0x00, 0x00, 0x00,
   0x00, 0x00, 0xf8, 0x0f, 0x00, 0x01, 0x80, 0x03, 0xc0, 0x01, 0x00, 0x00,
   0xfd, 0x07, 0x00, 0x00, 0x00, 0x00, 0xfe, 0x00, 0xf4, 0x01, 0x80, 0xf7,
   0xef, 0x01, 0x00, 0x07, 0xe0, 0x3f, 0x00, 0x00, 0x00, 0xc0, 0x1f, 0x80,
   0x7f, 0x00, 0x80, 0xff, 0xff, 0x01, 0x00, 0x3e, 0x00, 0xff, 0x01, 0x00,
   0x00, 0xf0, 0x03, 0xf8, 0x7f, 0x00, 0x80, 0xff, 0xff, 0x01, 0x00, 0xfc,
   0x07, 0xf0, 0x07, 0x00, 0x00, 0xfc, 0x00, 0xff, 0x3f, 0x00, 0xc0, 0xff,
   0xff, 0x01, 0x00, 0xfc, 0x3f, 0xc0, 0x1f, 0x00, 0x00, 0x3e, 0xe0, 0xff,
   0x1f, 0x00, 0x80, 0xff, 0xff, 0x03, 0x00, 0xf8, 0xff, 0x01, 0x7e, 0x00,
   0x80, 0x0f, 0xfc, 0xff, 0x1f, 0x00, 0xc0, 0xff, 0xff, 0x03, 0x00, 0xf8,
   0xff, 0x0f, 0xfc, 0x00, 0xe0, 0x03, 0xff, 0xff, 0x3f, 0x00, 0xe0, 0xff,
   0xff, 0x03, 0x00, 0xfc, 0xff, 0x3f, 0xf0, 0x03, 0xf0, 0xc1, 0xff, 0xff,
   0x3f, 0x00, 0xe0, 0xff, 0xff, 0x07, 0x00, 0xfc, 0xff, 0xff, 0xc0, 0x07,
   0xf0, 0xe0, 0xff, 0xff, 0x7f, 0x00, 0xf8, 0xff, 0xff, 0x0f, 0x00, 0xfe,
   0xff, 0xff, 0x83, 0x0f, 0x3c, 0xf0, 0xff, 0xff, 0xff, 0x83, 0xfe, 0xff,
   0xff, 0x3f, 0xc0, 0xff, 0xff, 0xff, 0x07, 0x1e, 0x3c, 0xfc, 0xff, 0xff,
   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x0f, 0x3e,
   0x1e, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
   0xff, 0xff, 0x3f, 0x7c, 0x1f, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f, 0x78, 0x0f, 0xfe, 0xff, 0xff,
   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f, 0xf8,
   0x0f, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
   0xff, 0xff, 0x7f, 0xf0, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x0f, 0xfe, 0xff, 0xff,
   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0,
   0x0f, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
   0xff, 0xff, 0xff, 0xf0, 0x1e, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f, 0xf0, 0x1e, 0xfc, 0xff, 0xff,
   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f, 0x78,
   0x3c, 0xfc, 0xff, 0x7f, 0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
   0xff, 0xff, 0x3f, 0x3c, 0x7c, 0xf8, 0xff, 0x1f, 0xc0, 0xff, 0xff, 0xff,
   0xff, 0xff, 0xff, 0x03, 0xff, 0xff, 0x1f, 0x3e, 0xf8, 0xf0, 0xff, 0x0f,
   0x80, 0xff, 0xe2, 0xff, 0xff, 0xff, 0xff, 0x01, 0xfc, 0xff, 0x07, 0x1e,
   0xf0, 0xc1, 0xff, 0x1f, 0x00, 0x3f, 0x80, 0xff, 0xff, 0x01, 0x7f, 0x00,
   0xfc, 0xff, 0x83, 0x0f, 0xe0, 0x87, 0xff, 0x1f, 0x00, 0x0e, 0x00, 0xfe,
   0x7f, 0x00, 0x38, 0x00, 0xf8, 0xff, 0xc0, 0x07, 0x80, 0x0f, 0xfc, 0x1f,
   0x00, 0x00, 0x00, 0xfc, 0x3f, 0x00, 0x00, 0x00, 0xfc, 0x3f, 0xf0, 0x03,
   0x00, 0x7f, 0xe0, 0x3f, 0x00, 0x00, 0x00, 0xf8, 0x1f, 0x00, 0x00, 0x00,
   0xfe, 0x07, 0xfc, 0x00, 0x00, 0xfc, 0x01, 0x7f, 0x00, 0x00, 0x00, 0xf8,
   0x0f, 0x00, 0x00, 0x00, 0xfe, 0x00, 0x3f, 0x00, 0x00, 0xf0, 0x0f, 0xe0,
   0x00, 0x00, 0x00, 0xf0, 0x07, 0x00, 0x00, 0x00, 0x1f, 0xe0, 0x1f, 0x00,
   0x00, 0xc0, 0x3f, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x03, 0x00, 0x00, 0x80,
   0x00, 0xfc, 0x07, 0x00, 0x00, 0x00, 0xfe, 0x03, 0x00, 0x00, 0x00, 0xc0,
   0x01, 0x00, 0x00, 0x00, 0x80, 0xff, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x1f,
   0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x3f, 0x00, 0x00,
   0x00, 0x00, 0xc0, 0xff, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80,
   0xff, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfa, 0x7f, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0xfd, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa0,
   0xff, 0xbf, 0x00, 0x00, 0x00, 0x00, 0xfa, 0xff, 0x0f, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0xf8, 0xff, 0xff, 0xb7, 0xed, 0xff, 0xff, 0x3f,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf4, 0xff, 0xff,
   0xff, 0xff, 0xbf, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x90, 0xb6, 0xad, 0x4a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00};

void setup(void) {

  /* U8g2 Project: SSD1306 Test Board */
  //pinMode(10, OUTPUT);
  //pinMode(9, OUTPUT);
  //digitalWrite(10, 0);
  //digitalWrite(9, 0);   

  /* U8g2 Project: T6963 Test Board */
  //pinMode(18, OUTPUT);
  //digitalWrite(18, 1);  
  
  u8g2.begin();  
}

void loop(void) {
  u8g2.firstPage();
  do {
    u8g2.setFont(u8g2_font_ncenB14_tr);
    u8g2.drawXBMP(0,0, super_width, super_height, super_bits);
  } while ( u8g2.nextPage() );
  //delay(1000);
}

Muchas Gracias Crack

Aquí tienes lo que te comenté. Le pones unas pestañas y puedes poner "parte" de tu código. Esto si. que la carpeta del proyecto estén todos los ficheros, te adjunto lo modificado y lo descomprimes respetando el mismo nombre.

Super.zip (1.62 KB)