File tree Expand file tree Collapse file tree
Inkplate10/Diagnostics/Inkplate10_Factory_Programming_VCOM
Inkplate2/Diagnostics/Inkplate2_Factory_Programming
Inkplate4TEMPERA/Diagnostics/Inkplate4TEMPERA_Factory_Programming_VCOM
Inkplate5V2/Diagnostics/Inkplate5V2_Factory_Programming_VCOM
Inkplate6COLOR/Diagnostics/Inkplate6COLOR_Factory_Programming
Inkplate6FLICK/Diagnostics/Inkplate6FLICK_Factory_Programming_VCOM
Inkplate6/Diagnostics/Inkplate6_Factory_Programming_VCOM Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ const char sdCardTestStringLength = 100;
44const char *testString = {" This is some test string..." };
55
66// Change this to your WiFi
7- const char *WSSID = {" " };
8- const char *WPASS = {" " };
7+ const char *WSSID = {" Soldered-testingPurposes " };
8+ const char *WPASS = {" Testing443 " };
99
1010// Change this to your used slave device
11- const uint8_t easyCDeviceAddress = 0x76 ;
11+ const uint8_t easyCDeviceAddress = 0x30 ;
1212
1313// Test all peripherals
1414void testPeripheral ()
Original file line number Diff line number Diff line change 22#include " Wire.h"
33
44// Change this to your WiFi
5- const char *WSSID = {" " };
6- const char *WPASS = {" " };
5+ const char *WSSID = {" Soldered-testingPurposes " };
6+ const char *WPASS = {" Testing443 " };
77
88// Change this to your used slave device
9- const uint8_t easyCDeviceAddress = 0x76 ;
9+ const uint8_t easyCDeviceAddress = 0x30 ;
1010
1111// Test all peripherals
1212void testPeripheral ()
Original file line number Diff line number Diff line change 33const char sdCardTestStringLength = 100 ;
44const char *testString = {" This is some test string..." };
55
6- const char *WSSID = {" " };
7- const char *WPASS = {" " };
6+ const char *WSSID = {" Soldered-testingPurposes " };
7+ const char *WPASS = {" Testing443 " };
88
99// Change this to your used slave device
10- const uint8_t easyCDeviceAddress = 0x76 ;
10+ const uint8_t easyCDeviceAddress = 0x30 ;
1111
1212const int TOUCHSCREEN_TIMEOUT = 30 ;
1313const int GESTURE_TIMEOUT = 30 ;
Original file line number Diff line number Diff line change @@ -201,6 +201,7 @@ void setup()
201201 memset (commandBuffer, 0 , BUFFER_SIZE );
202202
203203 // Print the initial image that remains on the screen
204+ showSplashScreen (vcomVoltage);
204205}
205206
206207void loop ()
Original file line number Diff line number Diff line change 33const char sdCardTestStringLength = 100 ;
44const char *testString = {" This is some test string..." };
55
6- const char *WSSID = {" " };
7- const char *WPASS = {" " };
6+ const char *WSSID = {" Soldered-testingPurposes " };
7+ const char *WPASS = {" Testing443 " };
88
99// Change this to your used slave device
10- const uint8_t easyCDeviceAddress = 0x76 ;
10+ const uint8_t easyCDeviceAddress = 0x30 ;
1111
1212void testPeripheral ()
1313{
Original file line number Diff line number Diff line change 33const char sdCardTestStringLength = 100 ;
44const char *testString = {" This is some test string..." };
55
6- const char *WSSID = {" " };
7- const char *WPASS = {" " };
6+ const char *WSSID = {" Soldered-testingPurposes " };
7+ const char *WPASS = {" Testing443 " };
88
99// Change this to your used slave device
10- const uint8_t easyCDeviceAddress = 0x76 ;
10+ const uint8_t easyCDeviceAddress = 0x30 ;
1111
1212void testPeripheral ()
1313{
Original file line number Diff line number Diff line change 33const char sdCardTestStringLength = 100 ;
44const char *testString = {" This is some test string..." };
55
6- const char *WSSID = {" " };
7- const char *WPASS = {" " };
6+ const char *WSSID = {" Soldered-testingPurposes " };
7+ const char *WPASS = {" Testing443 " };
88
99// Change this to your used slave device
10- const uint8_t easyCDeviceAddress = 0x70 ;
10+ const uint8_t easyCDeviceAddress = 0x30 ;
1111
1212void testPeripheral ()
1313{
@@ -190,6 +190,7 @@ int checkMicroSDCard()
190190
191191int checkI2C (int address)
192192{
193+ Wire.begin ();
193194 Wire.beginTransmission (address);
194195 if (Wire.endTransmission () == 0 )
195196 {
Original file line number Diff line number Diff line change 33const char sdCardTestStringLength = 100 ;
44const char *testString = {" This is some test string..." };
55
6- const char *WSSID = {" " };
7- const char *WPASS = {" " };
6+ const char *WSSID = {" Soldered-testingPurposes " };
7+ const char *WPASS = {" Testing443 " };
88
99// Change this to your used slave device
10- const uint8_t easyCDeviceAddress = 0x76 ;
10+ const uint8_t easyCDeviceAddress = 0x30 ;
1111
1212const int TOUCHSCREEN_TIMEOUT = 30 ;
1313
You can’t perform that action at this time.
0 commit comments