Loading...
Searching...
No Matches
st7735_internal.h File Reference

Specific internal definitions for the ST7735 controller variant. More...

Detailed Description

Specific internal definitions for the ST7735 controller variant.

Author
Koen Zandberg koen@.nosp@m.berg.nosp@m.zand..nosp@m.net
Gunar Schorcht gunar.nosp@m.@sch.nosp@m.orcht.nosp@m..net

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.
 

Macro Definition Documentation

◆ LCD_CMD_INVCTR

#define LCD_CMD_INVCTR   0xb4

Display Inversion Control.

Definition at line 38 of file st7735_internal.h.

◆ LCD_CMD_PWCTRL3

#define LCD_CMD_PWCTRL3   0xc2

Power control 3.

Definition at line 39 of file st7735_internal.h.

◆ LCD_CMD_PWCTRL4

#define LCD_CMD_PWCTRL4   0xc3

Power control 4.

Definition at line 40 of file st7735_internal.h.

◆ LCD_CMD_PWCTRL5

#define LCD_CMD_PWCTRL5   0xc4

Power control 5.

Definition at line 41 of file st7735_internal.h.

◆ LCD_CMD_PWCTRL6

#define LCD_CMD_PWCTRL6   0xfc

Power control 6.

Definition at line 42 of file st7735_internal.h.