ssd1306 icon indicating copy to clipboard operation
ssd1306 copied to clipboard

SSD1306 full function driver library for general MCU and Linux.

Results 2 ssd1306 issues
Sort by recently updated
recently updated
newest added

这个库用起来很不错,但限定只能使用128x64尺寸的oled屏幕,是否可以考虑支持下128x32的

# 第一个问题 驱动抽象化极佳,但我有一些使用上的小细节不太明白,我没能成功驱动单色OLED屏幕,因此希望得到您的帮助。 ![image](https://github.com/user-attachments/assets/e24ecdd7-e6ca-4f77-a6f7-34988b80fbb0) 我使用IIC驱动OLED,事先已经配置好了IIC驱动,并且做了部分移植。如图,这样的使用方法是对的吗? # 第二个问题 ![image](https://github.com/user-attachments/assets/7d83a626-6c51-42d2-8742-48eb04e78bdb) ![image](https://github.com/user-attachments/assets/eb89f89f-2685-4e9e-a053-1d5cc1773e9b) ![image](https://github.com/user-attachments/assets/0a8fa2a4-cf21-424b-af6f-8f5d87a25131) 我确定通讯正常进行,因为从机一直在应答。但是实际上屏幕*没有*显示。由于我没有使用SPI驱动。因此我没有对_interface部分的SPI驱动进行任何修改,同时由于不需要deinit,我也没有添加该部分驱动。请问这是正确的使用方法吗? ![image](https://github.com/user-attachments/assets/70a51d03-15ce-462e-aad5-bf4f1e0753dc) ![image](https://github.com/user-attachments/assets/0d7c7072-e8ec-49f7-baae-e13a33090a6e) ### Additional context 在此之前我成功使用其他驱动让OLED屏幕亮起,因此我确信这块屏幕是完全正常的。如果有任何需要我补充说明的部分,请告知我,对您的援助之手不胜感激!