disp - disp Library (Obsolete)#

Adapted Air780E/Air700E Air780EP Air601 Air101/Air103 Air105 ESP32C3 ESP32S3

Note

This page document is automatically generated by this file. If there is any error, please submit issue or help modify pr, thank you!

Tip

This library has its own demo,click this link to view the demo example of disp

Example

-- disp library has been merged into u8g2 library, API equivalent

disp.init(conf)#

Display initialization, please use u8g2 library

Parameters

Incoming Value Type

Explanation

table

conf Configuration Information

Return Value

return value type

explanation

int

Normal initialization 1, already initialized 2, insufficient memory 3, initialization failure return 4

Examples

-- disp All APIs of the library have been merged into the u8g2 library
-- disp The library has been mapped to the u8g2 library. All APIs are proxied to u8g2. Please refer to API