This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Tuesday, September 11, 2018

SSD1331 OLED

This display has the driver SSD1331 this one is a RGB OLED display, 65K color and SPI interface. So, our ili9341 driver was adapted to this display. Request.Email contact: armicrocontroller@gmail.com Video.  Description of library. This function initializes the driver SSD1331.SSD1331_Init(void)Example:SSD1331_Init(); This function resets the driver SSD1331.SSD1331_Reset(void)Example:SSD1331_Reset(); This function draws a pixel.SSD1331_Pixel(x,...