|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
Include dependency graph for lcd_dogm.c:Go to the source code of this file.
Functions | |
| void | lcd_cmd (uint8_t command) |
| void | lcd_data (uint8_t data) |
| void | lcd_dogm_init (void) |
| void lcd_cmd | ( | uint8_t | command | ) |
Definition at line 41 of file lcd_dogm.c.
References lcd_spi_tx(), lcddogmCmdMode, and lcddogmSelect.
Referenced by lcd_dogm_init().
Here is the call graph for this function:
Here is the caller graph for this function:| void lcd_data | ( | uint8_t | data | ) |
Definition at line 50 of file lcd_dogm.c.
References lcd_spi_tx(), lcddogmDataMode, and lcddogmSelect.
Referenced by lcd_dogm_init().
Here is the call graph for this function:
Here is the caller graph for this function:| void lcd_dogm_init | ( | void | ) |
Definition at line 59 of file lcd_dogm.c.
References DOGM_BIAS_SET, DOGM_CLEAR, DOGM_CONTRAST, DOGM_DISP_ON, DOGM_ENTRY_MODE, DOGM_FOLLOWER, DOGM_FUN_SET_1, DOGM_PWR_CTRL, lcd_cmd(), lcd_data(), and lcd_dogm_init_hw().
Here is the call graph for this function: