2
2
**************************************************
3
3
*
4
4
* @file Inkplate2.cpp
5
- * @brief Basic funtions for controling inkplate 5
5
+ * @brief Basic funtions for controling inkplate 2
6
6
*
7
- * https://github.com/e-radionicacom /Inkplate-Arduino-library
8
- * For support, please reach over forums: forum.e-radionica .com/en
7
+ * https://github.com/SolderedElectronics /Inkplate-Arduino-library
8
+ * For support, please reach over forums: https:// forum.soldered .com/
9
9
* For more info about the product, please check: www.inkplate.io
10
10
*
11
11
* This code is released under the GNU Lesser General Public
12
12
*License v3.0: https://www.gnu.org/licenses/lgpl-3.0.en.html Please review the
13
13
*LICENSE file included with this example. If you have any questions about
14
- *licensing, please contact techsupport@e-radionica .com Distributed as-is; no
14
+ *licensing, please contact hello@soldered .com Distributed as-is; no
15
15
*warranty is given.
16
16
*
17
- * @authors @ e-radionica.com
17
+ * @authors @ Soldered
18
18
***************************************************/
19
19
20
20
#include " ../Inkplate.h"
@@ -236,7 +236,7 @@ bool Inkplate::getPanelDeepSleepState()
236
236
}
237
237
238
238
/* *
239
- * @brief resetPanel resets Inkplate 6COLOR
239
+ * @brief resetPanel resets Inkplate 2
240
240
*/
241
241
void Inkplate::resetPanel ()
242
242
{
@@ -247,7 +247,7 @@ void Inkplate::resetPanel()
247
247
}
248
248
249
249
/* *
250
- * @brief sendCommand sends SPI command to Inkplate 6COLOR
250
+ * @brief sendCommand sends SPI command to Inkplate 2
251
251
*
252
252
* @param uint8_t _command
253
253
* predefined command for epaper control
@@ -265,7 +265,7 @@ void Inkplate::sendCommand(uint8_t _command)
265
265
}
266
266
267
267
/* *
268
- * @brief sendData sends SPI data to Inkplate 6COLOR
268
+ * @brief sendData sends SPI data to Inkplate 2
269
269
*
270
270
* @param uint8_t *_data
271
271
* pointer to data buffer to be sent to epaper
@@ -285,7 +285,7 @@ void Inkplate::sendData(uint8_t *_data, int _n)
285
285
}
286
286
287
287
/* *
288
- * @brief sendData sends SPI data to Inkplate 6COLOR
288
+ * @brief sendData sends SPI data to Inkplate 2
289
289
*
290
290
* @param uint8_t _data
291
291
* data to be sent to epaper
0 commit comments