I downloaded the updated Library and checked OLED.H which says the following:
/**
* @brief Initializes the OLED screen by setting up it's SPI and control pins.
*
* @param SID which pin is connected to the Serial Data In pin, marked "DIN".
*
* @param SCLK which pin is connected to the Serial Clock pin, marked "CLK".
*
* @param CS which pin is connected to the Chip Select pin, marked "CS".
*
* @param RS which pin is connected to the Read Status pin, marked "D/C".
*
* @param RST which pin is connected to the Reset pin, marked "RST".
*
* @param screen_rotation Sets up the OLED screen and establishes its orientation. (0) means the pins are pointed upwards,
* (1) means the pins are pointed to the left, (2) means the pins are pointed down and
* (3) means the pins are pointed to the right.
*/
void oledc_init(char SID, char SCLK, char CS, char RS, char RST, char screen_rotation);
Comments
Ken Gracey
Modedit: code tags