ili9341_WriteReg() is only used within ili9341.
 
Symbols
loading...
Files
loading...

ili9341_WriteReg() function

Writes to the selected LCD register.

Syntax

void ili9341_WriteReg(uint8_t LCD_Reg);
Implemented in ili9341.c:264

Arguments

LCD_Reg

address of the selected register.

Return value

None

References

LocationReferrerText
ili9341.c:264
void ili9341_WriteReg(uint8_t LCD_Reg)
ili9341.h:192
void ili9341_WriteReg(uint8_t LCD_Reg);
ili9341.c:108ili9341_Init()
ili9341_WriteReg(0xCA);
ili9341.c:112ili9341_Init()
ili9341_WriteReg(LCD_POWERB);
ili9341.c:116ili9341_Init()
ili9341_WriteReg(LCD_POWER_SEQ);
ili9341.c:121ili9341_Init()
ili9341_WriteReg(LCD_DTCA);
ili9341.c:125ili9341_Init()
ili9341_WriteReg(LCD_POWERA);
ili9341.c:131ili9341_Init()
ili9341_WriteReg(LCD_PRC);
ili9341.c:133ili9341_Init()
ili9341_WriteReg(LCD_DTCB);
ili9341.c:136ili9341_Init()
ili9341_WriteReg(LCD_FRMCTR1);
ili9341.c:139ili9341_Init()
ili9341_WriteReg(LCD_DFC);
ili9341.c:142ili9341_Init()
ili9341_WriteReg(LCD_POWER1);
ili9341.c:144ili9341_Init()
ili9341_WriteReg(LCD_POWER2);
ili9341.c:146ili9341_Init()
ili9341_WriteReg(LCD_VCOM1);
ili9341.c:149ili9341_Init()
ili9341_WriteReg(LCD_VCOM2);
ili9341.c:151ili9341_Init()
ili9341_WriteReg(LCD_MAC);
ili9341.c:153ili9341_Init()
ili9341_WriteReg(LCD_3GAMMA_EN);
ili9341.c:155ili9341_Init()
ili9341_WriteReg(LCD_RGB_INTERFACE);
ili9341.c:157ili9341_Init()
ili9341_WriteReg(LCD_DFC);
ili9341.c:164ili9341_Init()
ili9341_WriteReg(LCD_COLUMN_ADDR);
ili9341.c:170ili9341_Init()
ili9341_WriteReg(LCD_PAGE_ADDR);
ili9341.c:175ili9341_Init()
ili9341_WriteReg(LCD_INTERFACE);
ili9341.c:180ili9341_Init()
ili9341_WriteReg(LCD_GRAM);
ili9341.c:183ili9341_Init()
ili9341_WriteReg(LCD_GAMMA);
ili9341.c:186ili9341_Init()
ili9341_WriteReg(LCD_PGAMMA);
ili9341.c:202ili9341_Init()
ili9341_WriteReg(LCD_NGAMMA);
ili9341.c:219ili9341_Init()
ili9341_WriteReg(LCD_SLEEP_OUT);
ili9341.c:221ili9341_Init()
ili9341_WriteReg(LCD_DISPLAY_ON);
ili9341.c:223ili9341_Init()
ili9341_WriteReg(LCD_GRAM);
ili9341.c:245ili9341_DisplayOn()
ili9341_WriteReg(LCD_DISPLAY_ON);
ili9341.c:256ili9341_DisplayOff()
ili9341_WriteReg(LCD_DISPLAY_OFF);

Call Tree

Functions calling ili9341_WriteReg()
Functions called by ili9341_WriteReg()
ili9341_WriteReg()
all items filtered out
Data read by ili9341_WriteReg()
all items filtered out
ili9341_WriteReg()