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: examples/Inkplate4TEMPERA/Advanced/Sensors/Inkplate4TEMPERA_Accelerometer_Gyroscope_Read/Inkplate4TEMPERA_Accelerometer_Gyroscope_Read.ino
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,8 @@ void setup()
69
69
// In case of initialization failure, notify the user
Copy file name to clipboardExpand all lines: examples/Inkplate4TEMPERA/Diagnostics/Inkplate4TEMPERA_Factory_Programming_VCOM/Inkplate4TEMPERA_Factory_Programming_VCOM.ino
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,14 @@
14
14
* Tests will also be done, to pass all tests:
15
15
* - Edit the WiFi information in test.cpp.
16
16
* - Connect a slave device via EasyC on address 0x30 (you may change this in test.cpp also).
17
-
* In the InkplateEasyCTester folder, you can find the code for uploading to Dasduino Core
17
+
* In the InkplateEasyCTester folder, you can find the code for uploading to Dasduino Core
18
18
* or Dasduino ConnectPlus to convert Dasduino to an I2C slave device for testing an easyC connector
19
19
* if you don't have a device with address 0x30.
20
-
* - For testing the fuel gauge, connect a battery and edit it's mAh capacity in test.cpp
20
+
* - If a battery's connected, edit the mAh capacity in test.cpp
21
21
* - Insert a formatted microSD card (doesn't have to be empty)
22
22
* - When prompted:
23
+
* - Touch the corner
23
24
* - Wave in front of the gesture sensor
24
-
* - Shake the device
25
-
* - Tap the touchscreen
26
25
* - Press wake button to finish testing
27
26
*
28
27
*License v3.0: https://www.gnu.org/licenses/lgpl-3.0.en.html Please review the
@@ -45,8 +44,8 @@
45
44
46
45
// Include our functions and image
47
46
#include"Peripheral.h"
48
-
#include"test.h"
49
47
#include"demo_image.h"
48
+
#include"test.h"
50
49
51
50
// Create object on Inkplate library and set library to work in monochorme mode
52
51
Inkplate display(INKPLATE_1BIT);
@@ -137,9 +136,9 @@ void setup()
137
136
138
137
voidloop()
139
138
{
140
-
// Peripheral mode
139
+
// Peripheral mode
141
140
// More about peripheral mode: https://inkplate.readthedocs.io/en/latest/peripheral-mode.html
Copy file name to clipboardExpand all lines: examples/Inkplate4TEMPERA/Projects/Inkplate4TEMPERA_Image_Frame_Gesture/Inkplate4TEMPERA_Image_Frame_Gesture.ino
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ void setup()
86
86
// Make sure gesture is at lowest sensitivity so it doesn't accidentially get triggered
87
87
display.apds9960.setGestureGain(0);
88
88
89
-
// Get the file count and file dir indexes and save them to RTC memory
89
+
// Get the file count and file indexes in the directory and save them to RTC memory
0 commit comments