Makerfabs / ESP32-S3-Parallel-TFT-with-Touch-4inch

24 stars 11 forks source link

rotation values 1 and 3 do not work #4

Open rajivk-slx opened 1 year ago

rajivk-slx commented 1 year ago
Arduino_ST7701_RGBPanel *gfx = new Arduino_ST7701_RGBPanel(
    bus, GFX_NOT_DEFINED /* RST */, 0 /* rotation */, true /* IPS */,
    480 /* width */, 480 /* height */, st7701_type1_init_operations,
    sizeof(st7701_type1_init_operations), true /* BGR */);

In the above code, of the 4 rotation values 0,1,2,3. Only 0 and 2 works. 3 and 4 do not work. How do I fix it?