1
0
Fork 0
forked from len0rd/rockbox

Gigabeat S: Implement LCD contrast, invert and flip modes. Enhance LCD power management. Include init data but it's not needed yet (identical to Gigabeat F).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26154 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2010-05-18 23:50:00 +00:00
parent 4c6164fece
commit 54c649697b
5 changed files with 307 additions and 54 deletions

View file

@ -83,4 +83,7 @@ void spi_disable_module(const struct spi_node *node);
/* Send and/or receive data on the specified node (asychronous) */
bool spi_transfer(struct spi_transfer_desc *xfer);
/* Returns 'true' if the descriptor is not busy */
bool spi_transfer_complete(const struct spi_transfer_desc *xfer);
#endif /* SPI_IMX31_H */