Skip to content

Commit

Permalink
More compiler switches exposed to sketch
Browse files Browse the repository at this point in the history
  • Loading branch information
2dom committed Oct 26, 2019
1 parent 4aa802a commit c61b1ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/pixeltime/pixeltime.ino
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ void display_update_enable(bool is_enable)


void setup() {

Serial.begin(9600);
// Define your display layout here, e.g. 1/8 step, and optional SPI pins begin(row_pattern, CLK, MOSI, MISO, SS)
display.begin(8);
Expand Down

0 comments on commit c61b1ab

Please sign in to comment.