Loading...
Searching...
No Matches
aip31068_internal.h File Reference

Internal definitions for the AIP31068 I2C LCD controller. More...

Detailed Description

Internal definitions for the AIP31068 I2C LCD controller.

Author
Hendrik van Essen hendr.nosp@m.ik.v.nosp@m.e@fu-.nosp@m.berl.nosp@m.in.de

Definition in file aip31068_internal.h.

Go to the source code of this file.

#define AIP31068_EXECUTION_TIME_MAX   (1600U)
 Longest execution time is 1.52 ms for 'clear' and 'home' command.
 
#define AIP31068_EXECUTION_TIME_DEFAULT   (50U)
 Execution time for writing to RAM is given as 43 µs Execution time for most commands is given as 37 µs.
 

Macro Definition Documentation

◆ AIP31068_EXECUTION_TIME_DEFAULT

#define AIP31068_EXECUTION_TIME_DEFAULT   (50U)

Execution time for writing to RAM is given as 43 µs Execution time for most commands is given as 37 µs.

Definition at line 34 of file aip31068_internal.h.

◆ AIP31068_EXECUTION_TIME_MAX

#define AIP31068_EXECUTION_TIME_MAX   (1600U)

Longest execution time is 1.52 ms for 'clear' and 'home' command.

Definition at line 28 of file aip31068_internal.h.