XenevaOS
Loading...
Searching...
No Matches
rpi_ili9486.h
Go to the documentation of this file.
1
30#ifndef __RPI_ILI9486_H__
31#define __RPI_ILI9486_H__
32
33#include <stdint.h>
34
35/*
36 * AuLCDInit -- initialize ili9486 pi display
37 */
38void AuLCDInit();
39
40#endif
void AuLCDInit()