mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
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:
parent
4c6164fece
commit
54c649697b
5 changed files with 307 additions and 54 deletions
|
|
@ -435,3 +435,9 @@ bool spi_transfer(struct spi_transfer_desc *xfer)
|
|||
|
||||
return retval;
|
||||
}
|
||||
|
||||
/* Returns 'true' if the descriptor is not busy */
|
||||
bool spi_transfer_complete(const struct spi_transfer_desc *xfer)
|
||||
{
|
||||
return xfer->next == NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue