get-started

Example of the component larryli/bsp_generic v1.0.1
# BSP: Generic I2C and LCD Example

## Menu config with predefined configuration

### 0.85 128*128 GC9107

https://item.taobao.com/item.htm?id=778379851892

    idf.py -D "SDKCONFIG_DEFAULTS=sdkconfig.npf085b" menuconfig

### 0.96 80*160 ST7735S

https://item.taobao.com/item.htm?id=611336611828

    idf.py -D "SDKCONFIG_DEFAULTS=sdkconfig.npf096h" menuconfig

### 1.77 128*160 ST7735

    idf.py -D "SDKCONFIG_DEFAULTS=sdkconfig.hd17015c12" menuconfig

To create a project from this example, run:

idf.py create-project-from-example "larryli/bsp_generic^1.0.1:get-started"

or download archive (195 bytes)