wagiminator / ATmega-Soldering-Station

T12 Quick Heating Soldering Station
https://oshwlab.com/wagiminator/z-solderingstation-smd-v2
Other
915 stars 292 forks source link

Code for 7pin spi OLED display #33

Open nahid5566 opened 9 months ago

nahid5566 commented 9 months ago

How can I configure for 7pin OLED spi display please provide codes if possible 🙏

wagiminator commented 9 months ago

The u8glib library should be able to handle SPI displays. The changes must be made in the "Setup u8g object depending on OLED controller" section in the first part of the source code. Study the library description for more details. Keep in mind that you also have to make hardware changes in the connections between MCU and display. Unfortunately I neither have the time nor an SPI display to make these changes and tests myself.