mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-10 05:32:40 -05:00
zen/zenxfi: remove obsolete comment
Change-Id: I1e4a726c85a9d87216412162fd0815747eb32cf6
This commit is contained in:
parent
2c45548f65
commit
7eaf55868d
1 changed files with 1 additions and 2 deletions
|
|
@ -170,8 +170,7 @@ static void lcd_something_seq(void)
|
||||||
|
|
||||||
static void lcd_init_seq(void)
|
static void lcd_init_seq(void)
|
||||||
{
|
{
|
||||||
/* NOTE I don't understand why I have to use BGR, logic would say I should not */
|
spi_write_reg(0x1, 0x231d);// no BGR inversion (OF uses BGR)
|
||||||
spi_write_reg(0x1, 0x231d);// no inversion
|
|
||||||
spi_write_reg(0x2, 0x300);
|
spi_write_reg(0x2, 0x300);
|
||||||
/* NOTE by default stmp3700 has vsync/hsync active low and data launch
|
/* NOTE by default stmp3700 has vsync/hsync active low and data launch
|
||||||
* at negative edge of dotclk, reflect this in the polarity settings */
|
* at negative edge of dotclk, reflect this in the polarity settings */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue