whitecatboard / Lua-RTOS-ESP32

Lua RTOS for ESP32
Other
1.18k stars 221 forks source link

fix orientation for ILI9341 #366

Open chowette opened 3 years ago

chowette commented 3 years ago

This is a small patch from the big patch #271 of @c-logic Has he explain in https://github.com/whitecatboard/Lua-RTOS-ESP32/commit/4b83474b3f80e3d85a9c0ecf1815637db644149c#commitcomment-33410496

The IL9341 datasheet say the same,

With this fix I am now able to switch the screen rotation.

the0ne commented 3 years ago

👍🏻