Open RockyF opened 5 years ago
method ssd1306_I2C_WriteMulti is incorrect. HAL_I2C_Master_Transmit(m_hi2c, address, dt, count+1, 10); need +1 to fill the last col.
你好!我想问一下为什么这个代码在ssd1306.h引入的头文件i2c.h,编译找不到i2c.h。
你的编辑器里不是报错找不到头文件了嘛,看看配置吧
method ssd1306_I2C_WriteMulti is incorrect.
HAL_I2C_Master_Transmit(m_hi2c, address, dt, count+1, 10);
need +1 to fill the last col.