Home
last modified time | relevance | path

Searched refs:ST7735_RED (Results 1 – 4 of 4) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dst7735.js29 lcd.fillScreen(st7735.ST7735_RED);
55 lcd.setTextColor(st7735.ST7735_RED, st7735.ST7735_RED);
60 lcd.setTextColor(st7735.ST7735_RED, st7735.ST7735_RED);
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dst7735.cxx36 lcd->fillScreen (ST7735_RED); in main()
63 lcd->setTextColor(ST7735_RED, ST7735_RED); in main()
68 lcd->setTextColor(ST7735_RED, ST7735_YELLOW); in main()
/hardware/bsp/intel/peripheral/libupm/examples/java/
DST7735Sample.java41 lcd.fillScreen(upm_st7735.javaupm_st7735Constants.ST7735_RED); in main()
72 lcd.setTextColor(upm_st7735.javaupm_st7735Constants.ST7735_RED, in main()
73 upm_st7735.javaupm_st7735Constants.ST7735_RED); in main()
78 lcd.setTextColor(upm_st7735.javaupm_st7735Constants.ST7735_RED, in main()
/hardware/bsp/intel/peripheral/libupm/src/st7735/
Dst7735.h94 #define ST7735_RED 0xF800 macro