HomeSort by relevance Sort by last modified time
    Searched refs:intel_logo (Results 1 - 3 of 3) sorted by null

  /hardware/bsp/intel/peripheral/libupm/examples/c++/
ssd1308-oled.cxx 30 static uint8_t intel_logo[] = { variable
94 lcd->draw(intel_logo, 1024);
ssd1306-oled.cxx 34 static uint8_t intel_logo[] = { variable
100 lcd->draw(intel_logo, 1024);
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
oled_ssd1306.js 27 var intel_logo = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, variable
132 var logo = new lcdObj.uint8Array(intel_logo.length);
133 for(var x = 0 ; x < intel_logo.length ; x++){
134 logo.setitem(x, intel_logo[x]);

Completed in 769 milliseconds