Specific internal definitions for the ST7735 controller variant. More...
Specific internal definitions for the ST7735 controller variant.
Definition in file st7735_internal.h.
#include "st77xx_internal.h"
 Include dependency graph for st7735_internal.h:Go to the source code of this file.
Functions | |
| int | st7735_init (lcd_t *dev, const lcd_params_t *params) | 
| ST7735 controller specific initialization part.  | |
LCD ST7735 commands | |
LCD commands extension available for ST7735 LCD controllers  | |
| #define | LCD_CMD_INVCTR 0xb4 | 
| Display Inversion Control.   | |
| #define | LCD_CMD_PWCTRL3 0xc2 | 
| Power control 3.   | |
| #define | LCD_CMD_PWCTRL4 0xc3 | 
| Power control 4.   | |
| #define | LCD_CMD_PWCTRL5 0xc4 | 
| Power control 5.   | |
| #define | LCD_CMD_PWCTRL6 0xfc | 
| Power control 6.   | |
| #define LCD_CMD_INVCTR 0xb4 | 
Display Inversion Control.
Definition at line 37 of file st7735_internal.h.
| #define LCD_CMD_PWCTRL3 0xc2 | 
Power control 3.
Definition at line 38 of file st7735_internal.h.
| #define LCD_CMD_PWCTRL4 0xc3 | 
Power control 4.
Definition at line 39 of file st7735_internal.h.
| #define LCD_CMD_PWCTRL5 0xc4 | 
Power control 5.
Definition at line 40 of file st7735_internal.h.
| #define LCD_CMD_PWCTRL6 0xfc | 
Power control 6.
Definition at line 41 of file st7735_internal.h.