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.
DisplayAppEsp32 Class Reference
A class to communicate a DisplayAppEsp32. More...
#include <DisplayAppEsp32.h>
Public Member Functions | |
| DisplayAppEsp32 (osPriority tsk_pri=osPriorityNormal, uint32_t stack_size=DEFAULT_STACK_SIZE) | |
| Constructor: Initializes DisplayAppEsp32. | |
| int | SendJpeg (uint8_t *buf, uint32_t size) |
| Send JPEG data. | |
Detailed Description
A class to communicate a DisplayAppEsp32.
Definition at line 14 of file DisplayAppEsp32.h.
Constructor & Destructor Documentation
| DisplayAppEsp32 | ( | osPriority | tsk_pri = osPriorityNormal, |
| uint32_t | stack_size = DEFAULT_STACK_SIZE |
||
| ) |
Constructor: Initializes DisplayAppEsp32.
- Parameters:
-
tsk_pri Priority of the thread function. (default: osPriorityNormal). init_pri Priority of before the USB is connected. (default: osPriorityLow). stack_size stack size (in bytes) requirements for the thread function. (default: DEFAULT_STACK_SIZE).
Definition at line 16 of file DisplayAppEsp32.cpp.
Member Function Documentation
| int SendJpeg | ( | uint8_t * | buf, |
| uint32_t | size | ||
| ) |
Send JPEG data.
- Parameters:
-
buf data buffer address size data size
- Returns:
- send data size
Definition at line 55 of file DisplayAppEsp32.cpp.
Generated on Wed Jul 13 2022 11:17:03 by
1.7.2