Landscape 160x80 (rotation 3, no invert) per this panel. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
6 lines
114 B
C
6 lines
114 B
C
#pragma once
|
|
#include <Arduino.h>
|
|
|
|
void displayBegin();
|
|
void displaySplash(const char* line1, const char* line2);
|