ST7565 LL driver


Enumerations

enum  st7565_type_e { ST7565_128x64 }
 Display type. More...
enum  st7565_result_e {
  ST7565_OK = 0, ST7565_PARAM_FAIL, ST7565_NOT_IMPLEMENTED, ST7565_OUT_OF_BOUND,
  ST7565_NO_FONT
}
 Result. More...

Enumeration Type Documentation

enum st7565_result_e

Result.

Describes status of api function's execution

Enumerator:
ST7565_OK  No error
ST7565_PARAM_FAIL  One or more parameters are incorrect
ST7565_NOT_IMPLEMENTED  Required functionality is not implemented
ST7565_OUT_OF_BOUND  Given coordinates exceed allowed area
ST7565_NO_FONT  No font was selected

enum st7565_type_e

Display type.

Describes detailed type of used display. The driver may support more than just one display type. The resolution may be different but st7565 driver the same

Enumerator:
ST7565_128x64  128x64

SourceForge.net Logo