We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
method ssd1306_I2C_WriteMulti is incorrect. HAL_I2C_Master_Transmit(m_hi2c, address, dt, count+1, 10); need +1 to fill the last col.
The text was updated successfully, but these errors were encountered:
你好!我想问一下为什么这个代码在ssd1306.h引入的头文件i2c.h,编译找不到i2c.h。
Sorry, something went wrong.
你的编辑器里不是报错找不到头文件了嘛,看看配置吧
No branches or pull requests
method ssd1306_I2C_WriteMulti is incorrect.
HAL_I2C_Master_Transmit(m_hi2c, address, dt, count+1, 10);
need +1 to fill the last col.
The text was updated successfully, but these errors were encountered: