LittlevGL  3.30.00.06
Functions
ti_lvgl_disp_interface.h File Reference
#include <stdint.h>
#include <stdbool.h>
#include <ti/drivers/GPIO.h>
#include <ti/drivers/SPI.h>
#include "ti_drivers_config.h"
Include dependency graph for ti_lvgl_disp_interface.h:

Go to the source code of this file.

Functions

void spi_init (void)
 
void spi_wr_byte (uint8_t b)
 
void spi_wr_word (uint16_t w)
 
void spi_wr_array (uint8_t *array, uint32_t length)
 

Function Documentation

◆ spi_init()

void spi_init ( void  )

Initialize the software spi port

◆ spi_wr_byte()

void spi_wr_byte ( uint8_t  b)

Write byte to the spi port

Parameters
ba byte to write

◆ spi_wr_word()

void spi_wr_word ( uint16_t  w)

Write word to the spi port

Parameters
wa word to write

◆ spi_wr_array()

void spi_wr_array ( uint8_t *  array,
uint32_t  length 
)

Write an array to the spi port

Parameters
arraypointer to a memory block to write
lengthnumber of bytes to write
© Copyright 1995-2019, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale