• Bodmer's avatar
    Add option for different RGB colour order with ST7789 · 419a7ef8
    Bodmer authored
    // For ST7789 ONLY, define the colour order IF the blue and red are
    swapped on your display
    //#define TFT_RGB_ORDER TFT_RGB  // Colour order Red-Green-Blue
    //#define TFT_RGB_ORDER TFT_BGR  // Colour order Blue-Green-Red
    419a7ef8
ST7789_Rotation.h 1.06 KB