Lines Matching full:code
39 * Create an empty QR code (an `lv_canvas`) object.
40 * @param parent point to an object where to create the QR code
41 * @return pointer to the created QR code object
46 * Set QR code size.
47 * @param obj pointer to a QR code object
48 * @param size width and height of the QR code
53 * Set QR code dark color.
54 * @param obj pointer to a QR code object
55 * @param color dark color of the QR code
60 * Set QR code light color.
61 * @param obj pointer to a QR code object
62 * @param color light color of the QR code
67 * Set the data of a QR code object
68 * @param obj pointer to a QR code object