Currently we rotate the display by swapping LV_HOR_RES_MAX and LV_VER_RES_MAX in lv_conf.h, we should use the rotated field in lv_disp_drv_t instead. Is this correct @kisvegabor, @embeddedt ? Member embeddedt commented Jul 30, 2020 rotated is a bit of a strange flag at the ...
lv_disp_drv_t isn't embedded in lv_disp_t directly, but many other similar driver(e.g. _lv_indev_drv_t), struct is still embedded in the corresponding device struct. My question is: what's benefit from this change? Examples and cases ...