Skip to content

Commit

Permalink
Add missing typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
calc84maniac committed Jul 28, 2024
1 parent 2c41262 commit 335f325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lcddrvce/lcddrvce.h
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ typedef struct lcd_lcmctrl {
//#define LCD_CMD_VRHS 0xC3 /**< VRH set */
//#define LCD_CMD_VDV 0xC4 /**< VDV set */
#define LCD_CMD_VCMOFSET 0xC5 /**< VCOM offset set */
struct lcd_vcmofset {
typedef struct lcd_vcmofset {
uint8_t VCMOFS : 6;
uint8_t : 2;
} lcd_vcmofset_t;
Expand Down

0 comments on commit 335f325

Please sign in to comment.