Donocean

Results 2 issues of Donocean

## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) 初步实现了stm32硬件i2c驱动 - [x] i2c: 目前i2c 还没有和stm32的硬件I2C对接上rt-thread的驱动,添加drv_i2c.c https://github.com/RT-Thread/rt-thread/issues/5968 #### 你的解决方案是什么 (what is your solution) 添加了关于硬件i2c的驱动程序,并测试驱动eeprom和oled成功 参考其他驱动工作流程,为了统一驱动使用体验,为i2c.h添加了configure ops ```c // to...

### LVGL version v8.3.11 ### What happened? I'm tasked with dynamically adding all the content to a page upon entering it and deleting all objects when exiting. However, the ESP32...