Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dst7735.cxx46 lcd->drawLine(20, 20, 10, 100, ST7735_YELLOW); in main()
68 lcd->setTextColor(ST7735_RED, ST7735_YELLOW); in main()
/hardware/bsp/intel/peripheral/libupm/examples/java/
DST7735Sample.java53 upm_st7735.javaupm_st7735Constants.ST7735_YELLOW); in main()
79 upm_st7735.javaupm_st7735Constants.ST7735_YELLOW); in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dst7735.js39 lcd.drawLine(20, 20, 10, 100, st7735.ST7735_YELLOW);
/hardware/bsp/intel/peripheral/libupm/src/st7735/
Dst7735.h98 #define ST7735_YELLOW 0xFFE0 macro