Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
GDEW075T8.h
- Committer:
- zhangyx
- Date:
- 2018-10-17
- Revision:
- 4:a038b8b2ee11
- Parent:
- 3:8129e159831b
File content as of revision 4:a038b8b2ee11:
#ifndef __GDEW075T8_H
#define __GDEW075T8_H
#include "PixelSource.h"
namespace GDE {
const int BUFFER_SIZE = 640 * 384 / 8;
void setup(DigitalOut *nCS, DigitalOut *nDC,
DigitalOut *nRST, DigitalIn *ready, SPI *spi);
void start();
void stop();
void showPixels(PixelSource *source);
}
#endif
