How to customize roller

Description

I am still new to LVGL and Im trying to understand how to work with styles and customize certain widgets. For my current project I would like an lv_roller that only renders the scrollable text and not the background/ box around the options. Additionally I would like to remove the highlight box around the selected option and instead just sent a different font of the highlight

What MCU/Processor/Board and compiler are you using?

Simulator

What LVGL version are you using?

v7

What do you want to achieve?

Render roller without background

I tried reading the documentation and other forum posts but could not find anything about customizing the style of widgets to the degree that I am trying to achieve. Thank you in advance for taking time out of your day to reply to me

Hi,

It’s all doable by styling the roller.
See here and here.