|
sketchbook
|
#include <Wire.h>#include <Adafruit_GFX.h>#include <Adafruit_SSD1306.h>Macros | |
| #define | OLED_RESET 4 |
| #define | NUMFLAKES 10 |
| #define | XPOS 0 |
| #define | YPOS 1 |
| #define | DELTAY 2 |
| #define | LOGO16_GLCD_HEIGHT 16 |
| #define | LOGO16_GLCD_WIDTH 16 |
Functions | |
| Adafruit_SSD1306 | display (OLED_RESET) |
| void | setup () |
| void | loop () |
| void | testdrawbitmap (const uint8_t *bitmap, uint8_t w, uint8_t h) |
| void | testdrawchar (void) |
| void | testdrawcircle (void) |
| void | testfillrect (void) |
| void | testdrawtriangle (void) |
| void | testfilltriangle (void) |
| void | testdrawroundrect (void) |
| void | testfillroundrect (void) |
| void | testdrawrect (void) |
| void | testdrawline () |
| void | testscrolltext (void) |
| #define DELTAY 2 |
| #define LOGO16_GLCD_HEIGHT 16 |
| #define LOGO16_GLCD_WIDTH 16 |
| #define NUMFLAKES 10 |
| #define OLED_RESET 4 |
| #define XPOS 0 |
| #define YPOS 1 |
| Adafruit_SSD1306 display | ( | OLED_RESET | ) |
| void loop | ( | void | ) |
OneWirePJON device status update function.
Arduino IDE: put your main code here, to run repeatedly.
| void setup | ( | void | ) |
Arduino IDE: put your setup code here, to run once.
| void testdrawbitmap | ( | const uint8_t * | bitmap, |
| uint8_t | w, | ||
| uint8_t | h | ||
| ) |
| void testdrawchar | ( | void | ) |
| void testdrawcircle | ( | void | ) |
| void testdrawline | ( | ) |
| void testdrawrect | ( | void | ) |
| void testdrawroundrect | ( | void | ) |
| void testdrawtriangle | ( | void | ) |
| void testfillrect | ( | void | ) |
| void testfillroundrect | ( | void | ) |
| void testfilltriangle | ( | void | ) |
| void testscrolltext | ( | void | ) |
1.8.6