int aip31068_return_home(aip31068_t *dev)
Reset cursor position to (0, 0) and scroll display to original position.
@ CUSTOM_SYMBOL_3
3rd custom symbol
int aip31068_move_cursor_right(aip31068_t *dev)
Move the cursor one unit to the right.
@ CUSTOM_SYMBOL_7
7th custom symbol
@ LEFT_TO_RIGHT
Insert text from left to right.
int aip31068_scroll_display_right(aip31068_t *dev)
Scroll the entire display content (all lines) one unit to the right.
int aip31068_print(aip31068_t *dev, const char *data)
Print a string.
aip31068_bit_mode_t bit_mode
Bit mode.
@ CUSTOM_SYMBOL_4
4th custom symbol
int aip31068_move_cursor_left(aip31068_t *dev)
Move the cursor one unit to the left.
@ CUSTOM_SYMBOL_5
5th custom symbol
int aip31068_clear(aip31068_t *dev)
Clear the display and set the cursor to position (0, 0).
int aip31068_turn_off(aip31068_t *dev)
Turn off the display.
unsigned int i2c_t
Default i2c_t type definition.
int aip31068_set_auto_scroll_enabled(aip31068_t *dev, bool enabled)
Enable or disable automated scrolling.
int aip31068_set_cursor_position(aip31068_t *dev, uint8_t row, uint8_t col)
Move the cursor to a given position.
int aip31068_set_text_insertion_mode(aip31068_t *dev, aip31068_text_insertion_mode_t mode)
Set the direction from which the text is inserted, starting from the cursor.
int aip31068_print_char(aip31068_t *dev, char c)
Print a single character.
uint8_t col_count
Number of columns.
int aip31068_turn_on(aip31068_t *dev)
Turn on the display.
int aip31068_init(aip31068_t *dev, const aip31068_params_t *params)
Initialization.
@ CUSTOM_SYMBOL_8
8th custom symbol
uint8_t _curr_entry_mode_set
Current value of ENTRY_MODE_SET.
@ FONT_SIZE_5x8
Single character has 5x8 pixels.
aip31068_font_size_t font_size
Font size.
AIP31068 PWM device data structure type.
uint16_t i2c_addr
I2C address of device.
int aip31068_scroll_display_left(aip31068_t *dev)
Scroll the entire display content (all lines) one unit to the left.
aip31068_custom_symbol_t
Keys for custom symbols.
@ CUSTOM_SYMBOL_2
2nd custom symbol
aip31068_bit_mode_t
Bit mode for the display.
aip31068_params_t params
Device initialization parameters.
uint8_t row_count
Number of rows.
int aip31068_print_custom_symbol(aip31068_t *dev, aip31068_custom_symbol_t customSymbol)
Print a custom symbol by key reference.
int aip31068_set_cursor_blinking_enabled(aip31068_t *dev, bool enabled)
Enable or disable cursor blinking.
@ RIGHT_TO_LEFT
Insert text from right to left.
aip31068_text_insertion_mode_t
Defines the direction of the text insertion.
aip31068_font_size_t
Size of a character of the display in dots/pixels.
@ BITMODE_8_BIT
Use 8 bit mode.
uint8_t _curr_display_control
Current value of DISPLAY_CONTROL.
int aip31068_set_custom_symbol(aip31068_t *dev, aip31068_custom_symbol_t customSymbol, const uint8_t charmap[])
Create a custom symbol.
Register definitions for the AIP31068 I2C LCD controller.
@ BITMODE_4_BIT
Use 4 bit mode.
@ CUSTOM_SYMBOL_6
6th custom symbol
int aip31068_set_cursor_visible(aip31068_t *dev, bool visible)
Show or hide the cursor.
@ FONT_SIZE_5x10
Single character has 5x10 pixels.
Low-level I2C peripheral driver interface definition.
AIP31068 device initialization parameters.
@ CUSTOM_SYMBOL_1
1st custom symbol