mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-08 05:57:19 +00:00
NxWM: Finishes touchscreen implementation; NuttX: Standardize touchscreen initialization interfaces for all boards
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4721 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
755bf3fd31
commit
fe520bd7ad
2 changed files with 2 additions and 24 deletions
|
|
@ -226,3 +226,5 @@
|
|||
basis in the ChangeLog)
|
||||
* apps/examples/watchdog: Add a watchdog timer example.
|
||||
* apps/examples/tiff: Fix wrong path used for temporary file.
|
||||
* apps/examples/touchscreen: Standardize the board-specific, touchscreen
|
||||
initialization interfaces.
|
||||
|
|
|
|||
|
|
@ -110,28 +110,4 @@
|
|||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Name: arch_tcinitialize()
|
||||
*
|
||||
* Description:
|
||||
* Perform architecuture-specific initialization of the touchscreen
|
||||
* hardware. This interface must be provided by all configurations
|
||||
* using apps/examples/touchscreen
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
int arch_tcinitialize(int minor);
|
||||
|
||||
/****************************************************************************
|
||||
* Name: arch_tcuninitialize()
|
||||
*
|
||||
* Description:
|
||||
* Perform architecuture-specific un-initialization of the touchscreen
|
||||
* hardware. This interface must be provided by all configurations
|
||||
* using apps/examples/touchscreen
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
void arch_tcuninitialize(void);
|
||||
|
||||
#endif /* __APPS_EXAMPLES_TOUCHSCREEN_TC_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue