#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <stdarg.h>
#include "LCD_Hw.h"
#include "hwlib.h"
#include "socal/socal.h"
#include "socal/hps.h"
#include "socal/alt_gpio.h"
#include "socal/alt_spim.h"
#include "socal/alt_rstmgr.h"
Go to the source code of this file.
◆ HPS_LCM_BACKLIHGT_BIT_GPIObit37_GPIOreg1
| #define HPS_LCM_BACKLIHGT_BIT_GPIObit37_GPIOreg1 ( 0x00000100 ) |
◆ HPS_LCM_D_C_BIT_GPIObit41_GPIOreg1
| #define HPS_LCM_D_C_BIT_GPIObit41_GPIOreg1 ( 0x00001000 ) |
◆ HPS_LCM_RESETn_BIT_GPIObit44_GPIOreg1
| #define HPS_LCM_RESETn_BIT_GPIObit44_GPIOreg1 ( 0x00008000 ) |
◆ HW_REGS_BASE
| #define HW_REGS_BASE ( ALT_STM_OFST ) |
◆ HW_REGS_MASK
◆ HW_REGS_SPAN
| #define HW_REGS_SPAN ( 0x04000000 ) |
◆ MY_DEBUG
| #define MY_DEBUG |
( |
| msg, |
|
|
| arg... ) |
◆ LCDHW_BackLight()
| void LCDHW_BackLight |
( |
bool | bON | ) |
|
◆ LCDHW_Init()
| void LCDHW_Init |
( |
void * | virtual_base | ) |
|
◆ LCDHW_Write8()
| void LCDHW_Write8 |
( |
uint8_t | bIsData, |
|
|
uint8_t | Data ) |
◆ PIO_DC_Set()
| void PIO_DC_Set |
( |
bool | bIsData | ) |
|
◆ SPIM_IsTxFifoEmpty()
| bool SPIM_IsTxFifoEmpty |
( |
void | | ) |
|
◆ SPIM_WriteTxData()
| void SPIM_WriteTxData |
( |
uint8_t | Data | ) |
|