Home
last modified time | relevance | path

Searched refs:setTextSize (Results 1 – 8 of 8) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dst7735.cxx64 lcd->setTextSize(1); in main()
69 lcd->setTextSize(2); in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dst7735.js56 lcd.setTextSize(1);
61 lcd.setTextSize(2);
Deboled.js69 oled.setTextSize(3);
71 oled.setTextSize(1);
/hardware/bsp/intel/peripheral/libupm/examples/java/
DST7735Sample.java74 lcd.setTextSize((short) 1); in main()
80 lcd.setTextSize((short) 2); in main()
/hardware/bsp/intel/peripheral/libupm/src/st7735/
Dgfx.h195 void setTextSize (uint8_t size);
Dgfx.cxx169 GFX::setTextSize (uint8_t size) { in setTextSize() function in GFX
/hardware/bsp/intel/peripheral/libupm/src/lcd/
Deboled.h171 void setTextSize (uint8_t size);
Deboled.cxx172 void EBOLED::setTextSize (uint8_t size) { in setTextSize() function in EBOLED