Skip to content

Commit

Permalink
Added initialization for raspberry pi for SSD1351 display
Browse files Browse the repository at this point in the history
  • Loading branch information
lexus2k committed Jun 26, 2020
1 parent 374707b commit 183943f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/demos/ssd1351_demo/ssd1351_demo.ino
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

DisplaySSD1351_128x128x16_SPI display(3,{-1, 4, 5, 0,-1,-1}); // Use this line for Atmega328p
//DisplaySSD1351_128x128x16_SPI display(22,{-1, 5, 21, 0,-1,-1}); // Use this line for ESP32 (VSPI) (gpio22=RST, gpio5=CE for VSPI, gpio21=D/C
//DisplaySSD1351_128x128x16_SPI display(24,{-1, 0, 23, 0,-1,-1}); // Use this line for Raspberry Pi

/*
* Heart image below is defined directly in flash memory.
Expand Down

0 comments on commit 183943f

Please sign in to comment.