You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ This constructor is used to create the object which represents the screen. You c
83
83
```c++
84
84
void Adafruit_4_01_ColourEPaper::test(void);
85
85
```
86
-
This function is provided to test if a display works properly. It draws vertical bars of all the colours available in the frame buffer. Use `display()` and one of the two mentioned methods to complete the screen write procedure.
86
+
This function is provided to test if a display works properly. It bypasses the frame buffer and directly writes vertical bars of each colour to the screen. Use one of the two mentioned methods to complete the screen write procedure.
0 commit comments