驱动芯片使用的是SSD1306,网上资料比较多的是oled 12864的开源代码,但是支持12832分辨率的几乎找不到,笔者根据12864代码就亲自移植的一版12832分辨率的程序,开发环境CUBEMXIDE和keil MDK5,代码详见我的github,点此跳转到github。另外还没有移植zlgGUI,zlgGUI非常适合小内存单片机做单色屏菜单,有空会把zlgGUI集成进去。
I have tried porting the st7565_nhd_c12864 using the st7565_nhd_c12832 code as a base, following the new display tutorial you wrote. However I have just started learning C++, and playing with Arduinos, and do not know how to do the make build step. I I copied the 12832 constructor ...
U8X8_ST7567_YXD12832_4W_SW_SPI(clock, data, cs, dc [, reset]) U8X8_ST7567_YXD12832_4W_HW_SPI(cs, dc [, reset]) U8X8_ST7567_YXD12832_2ND_4W_HW_SPI(cs, dc [, reset]) U8X8_ST7567_YXD12832_3W_SW_SPI(clock, data, cs [, reset]) U8X8_ST7567_YXD12832_3W_HW_SPI(cs ...