#include <audiodisplay_ST7789.h>
|
| | AudioDisplay (int8_t _cs, int8_t _dc, int8_t _mosi, int8_t _sck, int8_t _rst, int8_t _bl, uint16_t _x, uint16_t _y) |
| |
| void | clear () |
| |
| void | show_ip (const char *myip) |
| |
| void | show_bps (const char *mybps) |
| |
| void | show_vol (uint8_t vol) |
| |
| void | show_info1 (const char *myinfo) |
| |
| void | show_info2 (const char *myinfo) |
| |
| void | show_time (bool big) |
| |
| void | show_modus (const char *modusStr) |
| |
| void | show_jpg (String &jpgFile) |
| |
| void | select (const char *s0, const char *s1, const char *s2) |
| |
| void | select (const char *s0, const char *s1, const char *s2, const char *s3, const char *s4) |
| |
| void | select (const char *s0, uint16_t *pic) |
| |
◆ AudioDisplay()
| AudioDisplay::AudioDisplay |
( |
int8_t |
_cs, |
|
|
int8_t |
_dc, |
|
|
int8_t |
_mosi, |
|
|
int8_t |
_sck, |
|
|
int8_t |
_rst, |
|
|
int8_t |
_bl, |
|
|
uint16_t |
_x, |
|
|
uint16_t |
_y |
|
) |
| |
◆ clear()
| void AudioDisplay::clear |
( |
| ) |
|
◆ select() [1/3]
| void AudioDisplay::select |
( |
const char * |
s0, |
|
|
const char * |
s1, |
|
|
const char * |
s2 |
|
) |
| |
◆ select() [2/3]
| void AudioDisplay::select |
( |
const char * |
s0, |
|
|
const char * |
s1, |
|
|
const char * |
s2, |
|
|
const char * |
s3, |
|
|
const char * |
s4 |
|
) |
| |
◆ select() [3/3]
| void AudioDisplay::select |
( |
const char * |
s0, |
|
|
uint16_t * |
pic |
|
) |
| |
◆ show_bps()
| void AudioDisplay::show_bps |
( |
const char * |
mybps | ) |
|
◆ show_info1()
| void AudioDisplay::show_info1 |
( |
const char * |
myinfo | ) |
|
◆ show_info2()
| void AudioDisplay::show_info2 |
( |
const char * |
myinfo | ) |
|
◆ show_ip()
| void AudioDisplay::show_ip |
( |
const char * |
myip | ) |
|
◆ show_jpg()
| void AudioDisplay::show_jpg |
( |
String & |
jpgFile | ) |
|
◆ show_modus()
| void AudioDisplay::show_modus |
( |
const char * |
modusStr | ) |
|
◆ show_time()
| void AudioDisplay::show_time |
( |
bool |
big | ) |
|
◆ show_vol()
| void AudioDisplay::show_vol |
( |
uint8_t |
vol | ) |
|
The documentation for this class was generated from the following file: