Skip to content

Commit 6f71898

Browse files
Linter fix
1 parent 2e6d07d commit 6f71898

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/10.mega/shields/giga-display-shield/tutorials/draw-and-image

1 file changed

+1
-1
lines changed

content/hardware/10.mega/shields/giga-display-shield/tutorials/draw-and-image/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Uncomment these lines, and change the path to the image to the correct one. For
157157
By default the image we import will be called `test`. The line `Image img_arduinologo(ENCODING_RGB16, (uint8_t *) texture_raw, 300, 300);` needs to have one argument changed, `texture_raw` should now be `testData`. So the line should be `Image img_arduinologo(ENCODING_RGB16, (uint8_t *) testData, 300, 300);`.
158158

159159

160-
### Full sketch
160+
### Full Sketch
161161

162162
```arduino
163163
/*

0 commit comments

Comments
 (0)