Go to the documentation of this file.
38 #include "drv_digital_out.h"
39 #include "drv_digital_in.h"
51 #define C7SEGRGB_MAP_MIKROBUS( cfg, mikrobus ) \
52 cfg.cs = MIKROBUS( mikrobus, MIKROBUS_CS ); \
53 cfg.pwm = MIKROBUS( mikrobus, MIKROBUS_PWM )
61 #define C7SEGRGB_ERROR -1
68 #define C7SEGRGB_ONE 0x06
69 #define C7SEGRGB_TWO 0x5B
70 #define C7SEGRGB_THREE 0x4F
71 #define C7SEGRGB_FOUR 0x66
72 #define C7SEGRGB_FIVE 0x6D
73 #define C7SEGRGB_SIX 0x7D
74 #define C7SEGRGB_SEVEN 0x07
75 #define C7SEGRGB_EIGHT 0x7F
76 #define C7SEGRGB_NINE 0x6F
77 #define C7SEGRGB_ZERO 0x3F
78 #define C7SEGRGB_POINT 0x80
232 uint8_t red_brightness, uint8_t blue_brightness );
246 #endif // _C7SEGRGB_H_
pin_name_t pwm
Definition: c7segrgb.h:130
drv_logic_t logic_one
Definition: c7segrgb.h:116
drv_logic_t logic_zero
Definition: c7segrgb.h:115
drv_logic_t logic_one
Definition: c7segrgb.h:134
void c7segrgb_cs_low(c7segrgb_t *ctx)
Sets the state low of CS pin function.
void c7segrgb_set_num(c7segrgb_t *ctx, uint8_t character, uint8_t green_brightness, uint8_t red_brightness, uint8_t blue_brightness)
Sets the character and its color function.
Click configuration structure definition.
Definition: c7segrgb.h:127
drv_logic_t logic_zero
Definition: c7segrgb.h:133
uint8_t logic_lvl
Definition: c7segrgb.h:98
pin_name_t cs
Definition: c7segrgb.h:129
uint8_t blue
Definition: c7segrgb.h:101
void c7segrgb_set_seven_seg(c7segrgb_t *ctx)
Sets all segments data.
uint8_t red
Definition: c7segrgb.h:100
digital_out_t pwm
Definition: c7segrgb.h:112
Click segments data.
Definition: c7segrgb.h:97
err_t c7segrgb_init(c7segrgb_t *ctx, c7segrgb_cfg_t *cfg)
Initialization function.
void c7segrgb_cs_high(c7segrgb_t *ctx)
Sets the state high of CS pin function.
digital_out_t cs
Definition: c7segrgb.h:111
void c7segrgb_cfg_setup(c7segrgb_cfg_t *cfg)
Config Object Initialization function.
void c7segrgb_pwm_low(c7segrgb_t *ctx)
Sets the state low of PWM pin function.
void(* drv_logic_t)(void)
Function pointer for logic level one and zero.
Definition: c7segrgb.h:84
uint8_t green
Definition: c7segrgb.h:99
Click ctx object definition.
Definition: c7segrgb.h:109
void c7segrgb_pwm_high(c7segrgb_t *ctx)
Sets the state high of PWM pin function.