ST7789H2_Rgb888::red is only used within st7789h2.
 
Symbols
loading...
Files
loading...

ST7789H2_Rgb888::red field

Syntax

uint8_t red;

References

LocationReferrerText
st7789h2.c:40
uint8_t red;
st7789h2.c:409ST7789H2_ReadPixel()
r = ((rgb888.red & 0xF8) >> 3); /* Extract the red component 5 most significant bits */
st7789h2.c:649ST7789H2_ReadPixel_rgb888()
rgb888.red = (rgb888_part1 & 0xFC00) >> 8;

Data Use

Functions writing ST7789H2_Rgb888::red
Functions reading ST7789H2_Rgb888::red
all items filtered out
ST7789H2_Rgb888::red
all items filtered out
Type of ST7789H2_Rgb888::red
ST7789H2_Rgb888::red
uint8_t
all items filtered out