From c59a99c8daeea1b233546f81f715088eb03c7de0 Mon Sep 17 00:00:00 2001 From: Jared Dunbar Date: Tue, 14 Feb 2023 02:06:12 +0000 Subject: [PATCH] Delete 'sample.txt' --- sample.txt | 97 ------------------------------------------------------ 1 file changed, 97 deletions(-) delete mode 100644 sample.txt diff --git a/sample.txt b/sample.txt deleted file mode 100644 index 05ac127..0000000 --- a/sample.txt +++ /dev/null @@ -1,97 +0,0 @@ -#include "Arduino.h" -#include -#include -#include -#include - -#define SCREEN_WIDTH 128 // OLED display width, in pixels -#define SCREEN_HEIGHT 32 // OLED display height, in pixels - -#define OLED_RESET -1 // Reset pin # (or -1 if sharing Arduino reset pin) -#define SCREEN_ADDRESS 0x3C ///< See datasheet for Address; 0x3D for 128x64, 0x3C for 128x32 -Adafruit_SSD1306 display(SCREEN_WIDTH, SCREEN_HEIGHT, &Wire, OLED_RESET); - -void testdrawrect(void) { - display.clearDisplay(); - - for(int16_t i=0; i