Home
last modified time | relevance | path

Searched refs:ST7735_BLACK (Results 1 – 5 of 5) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dst7735.cxx42 lcd->fillScreen (ST7735_BLACK); in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dst7735.js35 lcd.fillScreen(st7735.ST7735_BLACK);
/hardware/bsp/intel/peripheral/libupm/examples/java/
DST7735Sample.java47 lcd.fillScreen(upm_st7735.javaupm_st7735Constants.ST7735_BLACK); in main()
/hardware/bsp/intel/peripheral/libupm/src/st7735/
Dst7735.h92 #define ST7735_BLACK 0x0000 macro
Dst7735.cxx186 fillScreen (ST7735_BLACK); in configModule()