reverted back to using the lvgl i2c_manager

This commit is contained in:
Bassam 2022-08-12 13:07:15 +03:00
parent 1afab3cd91
commit f29723c800
3 changed files with 26 additions and 49 deletions

View file

@ -33,15 +33,7 @@
extern "C" {
#endif
#define CST816_I2C_SLAVE_ADDR 0x15<<1
#define CST816_PRODUCT_ID_LEN 4
typedef struct {
bool inited;
uint8_t i2c_dev_addr;
} cst816_status_t;
#define CST816_I2C_SLAVE_ADDR 0x15
/**
* @brief Initialize for cst816 communication via I2C