ESP32+GC9A01 with latest lv_micropython(solved)

Oh my goodness, Thank you @kdschlosser!

I initialized the display driver with the options,
It is worked!

import lvgl as lv
from ili9XXX import gc9a01, COLOR_MODE_BGR
disp = gc9a01(
…, colormode=COLOR_MODE_BGR, color_format=lv.COLOR_FORMAT.NATIVE_REVERSED,
)