This commit is contained in:
Miguel Magno
2021-10-04 13:37:07 -03:00
committed by GitHub
parent a28f14c3c6
commit d93360537f

View File

@@ -9,8 +9,8 @@ QR code generation with LVGL. Uses [QR-Code-generator](https://github.com/nayuki
## Get started ## Get started
- Download or clone this repository - Download or clone this repository
- [Download](https://github.com/littlevgl/lv_lib_qrcode.git) from GitHub - [Download](https://github.com/lvgl/lv_lib_qrcode.git) from GitHub
- Clone: git clone https://github.com/littlevgl/lv_lib_qrcode.git - Clone: git clone https://github.com/lvgl/lv_lib_qrcode.git
- Include the library: `#include "lv_lib_qrcode/lv_qrcode.h"` - Include the library: `#include "lv_lib_qrcode/lv_qrcode.h"`
- Test with the following code: - Test with the following code:
```c ```c