We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7517167 commit 2220e3dCopy full SHA for 2220e3d
EYESPI/Arduino/Color/EYESPI_Test/EYESPI_Test.ino
@@ -565,7 +565,7 @@ void show_canvas() {
565
display.setFont(&FreeSansBold18pt7b); // Use a custom font
566
display.setTextSize(1); // and reset to 1:1 scale
567
568
- char *label[] = { "X:", "Y:", "Z:" }; // Labels for each axis
+ const char *label[] = { "X:", "Y:", "Z:" }; // Labels for each axis
569
const uint16_t color[] = { 0xF800, 0x07E0, 0x001F }; // Colors for each value
570
571
// To get the labels right-aligned, one option would be simple trial and
0 commit comments