What MCU/Processor/Board and compiler are you using?
ESP32-S3, Arduino
What LVGL version are you using?
8.3
What do you want to achieve?
I’d like to have my chart ticks floating inside the chart area, to maximise small displays. Like this
There don’t seem to be any provisions in code or Squareline to offset the tick text positions to put them inside the chart. Is this possible without modifying the library?
Thank you guys as always