Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Nextion.h@0:67bae57e0b73, 2020-04-15 (annotated)
- Committer:
 - franciscodias
 - Date:
 - Wed Apr 15 17:02:54 2020 +0000
 - Revision:
 - 0:67bae57e0b73
 - Child:
 - 1:e4163fd9aa4c
 
...
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| franciscodias | 0:67bae57e0b73 | 1 | /** | 
| franciscodias | 0:67bae57e0b73 | 2 | * @file Nextion.h | 
| franciscodias | 0:67bae57e0b73 | 3 | * | 
| franciscodias | 0:67bae57e0b73 | 4 | * The header file including all other header files provided by this library. | 
| franciscodias | 0:67bae57e0b73 | 5 | * | 
| franciscodias | 0:67bae57e0b73 | 6 | * Every example sketch should include this file. | 
| franciscodias | 0:67bae57e0b73 | 7 | * | 
| franciscodias | 0:67bae57e0b73 | 8 | * @author Wu Pengfei (email:<pengfei.wu@itead.cc>) | 
| franciscodias | 0:67bae57e0b73 | 9 | * @date 2015/8/12 | 
| franciscodias | 0:67bae57e0b73 | 10 | * @copyright | 
| franciscodias | 0:67bae57e0b73 | 11 | * Copyright (C) 2014-2015 ITEAD Intelligent Systems Co., Ltd. \n | 
| franciscodias | 0:67bae57e0b73 | 12 | * This program is free software; you can redistribute it and/or | 
| franciscodias | 0:67bae57e0b73 | 13 | * modify it under the terms of the GNU General Public License as | 
| franciscodias | 0:67bae57e0b73 | 14 | * published by the Free Software Foundation; either version 2 of | 
| franciscodias | 0:67bae57e0b73 | 15 | * the License, or (at your option) any later version. | 
| franciscodias | 0:67bae57e0b73 | 16 | */ | 
| franciscodias | 0:67bae57e0b73 | 17 | #ifndef __NEXTION_H__ | 
| franciscodias | 0:67bae57e0b73 | 18 | #define __NEXTION_H__ | 
| franciscodias | 0:67bae57e0b73 | 19 | |
| franciscodias | 0:67bae57e0b73 | 20 | |
| franciscodias | 0:67bae57e0b73 | 21 | #include "NexConfig.h" | 
| franciscodias | 0:67bae57e0b73 | 22 | #include "NexTouch.h" | 
| franciscodias | 0:67bae57e0b73 | 23 | #include "NexHardware.h" | 
| franciscodias | 0:67bae57e0b73 | 24 | |
| franciscodias | 0:67bae57e0b73 | 25 | #include "NexButton.h" | 
| franciscodias | 0:67bae57e0b73 | 26 | //#include "NexCrop.h" | 
| franciscodias | 0:67bae57e0b73 | 27 | //#include "NexGauge.h" | 
| franciscodias | 0:67bae57e0b73 | 28 | //#include "NexHotspot.h" | 
| franciscodias | 0:67bae57e0b73 | 29 | #include "NexPage.h" | 
| franciscodias | 0:67bae57e0b73 | 30 | //#include "NexPicture.h" | 
| franciscodias | 0:67bae57e0b73 | 31 | //#include "NexProgressBar.h" | 
| franciscodias | 0:67bae57e0b73 | 32 | //#include "NexSlider.h" | 
| franciscodias | 0:67bae57e0b73 | 33 | #include "NexText.h" | 
| franciscodias | 0:67bae57e0b73 | 34 | //#include "NexWaveform.h" | 
| franciscodias | 0:67bae57e0b73 | 35 | //#include "NexTimer.h" | 
| franciscodias | 0:67bae57e0b73 | 36 | //#include "NexNumber.h" | 
| franciscodias | 0:67bae57e0b73 | 37 | //#include "NexDualStateButton.h" | 
| franciscodias | 0:67bae57e0b73 | 38 | //#include "NexVariable.h" | 
| franciscodias | 0:67bae57e0b73 | 39 | //#include "NexCheckbox.h" | 
| franciscodias | 0:67bae57e0b73 | 40 | //#include "NexRadio.h" | 
| franciscodias | 0:67bae57e0b73 | 41 | //#include "NexScrolltext.h" | 
| franciscodias | 0:67bae57e0b73 | 42 | //#include "NexGpio.h" | 
| franciscodias | 0:67bae57e0b73 | 43 | //#include "NexRtc.h" | 
| franciscodias | 0:67bae57e0b73 | 44 | |
| franciscodias | 0:67bae57e0b73 | 45 | #endif /* #ifndef __NEXTION_H__ */ |