Home
last modified time | relevance | path

Searched refs:byte (Results 1 - 5 of 5) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/environment_test_demo/
H A Doled_ssd1306.c43 static uint32_t I2cWiteByte(uint8_t regAddr, uint8_t byte) in I2cWiteByte() argument
46 uint8_t buffer[] = {regAddr, byte}; in I2cWiteByte()
56 * @brief Write a command byte to OLED device.
58 * @param cmd the commnad byte to be writen.
68 * @brief Write a data byte to OLED device.
70 * @param cmd the data byte to be writen.
/vendor/hisilicon/hispark_pegasus/demo/hello_world_demo/
H A Doled_ssd1306.c47 static uint32_t I2cWiteByte(uint8_t regAddr, uint8_t byte) in I2cWiteByte() argument
50 uint8_t buffer[] = {regAddr, byte}; in I2cWiteByte()
60 * @brief Write a command byte to OLED device.
62 * @param cmd the commnad byte to be writen.
72 * @brief Write a data byte to OLED device.
74 * @param cmd the data byte to be writen.
/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/oled/
H A Dimg2code.py49 byte = pack_pixels(pixels, threshold)
50 data.append(byte)
/vendor/hisilicon/hispark_pegasus/demo/ssd1306_demo/
H A Dimg2code.py50 byte = pack_pixels(pixels, threshold)
51 data.append(byte)
/vendor/hisilicon/hispark_pegasus/demo/robot_demo/robot_car/ssd1306/
H A Dssd1306.h193 void ssd1306_WriteCommand(uint8_t byte);

Completed in 3 milliseconds