Skip to content

Commit 4979b12

Browse files
saving progress
1 parent d9a3bcf commit 4979b12

File tree

9 files changed

+1
-1923
lines changed

9 files changed

+1
-1923
lines changed

examples/Inkplate10/Projects/Inkplate10_Image_Frame_From_SD/Inkplate10_Image_Frame_From_SD.ino

Lines changed: 0 additions & 262 deletions
This file was deleted.

examples/Inkplate4TEMPERA/Basic/Inkplate4TEMPERA_Touch_Registers/Inkplate4TEMPERA_Touch_Registers.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ void setup()
6565
void loop()
6666
{
6767
// Periodically check if we can communicate to the touch screen
68-
if (display.touchscree.available())
68+
if (display.touchscreen.available())
6969
{
7070
// Read the raw data of the touch screen registers
7171
display.touchscreen.getRawData(touchRegs);

0 commit comments

Comments
 (0)