Home
last modified time | relevance | path

Searched refs:scaled (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/extra/libs/qrcode/
Dlv_qrcode.c124 int scaled = qr_size * scale; in lv_qrcode_update() local
125 int margin = (obj_w - scaled) / 2; in lv_qrcode_update()
133 for(y = margin; y < scaled + margin; y += scale) { in lv_qrcode_update()
138 for(x = margin; x < scaled + margin; x++) { in lv_qrcode_update()
/lvgl-latest/docs/libs/
Dqrcode.md23 - QR codes with less data are smaller, but they scaled by an integer number to best fit to the give…
Drlottie.md33 …height` of the object be set in the *create* function and the animation will be scaled accordingly.
/lvgl-latest/docs/widgets/extra/
Dchart.md88 The value of the points will be scaled proportionally. The default range is: 0..100.