Paparazzi UAS  v5.15_devel-230-gc96ce27
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
lcd_dogm.c File Reference
#include "display/lcd_dogm_hw.h"
#include "lcd_dogm.h"
+ 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)
 

Function Documentation

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: