1
0
Fork 0
forked from len0rd/rockbox

ErosQNative: Add v3 LCD support, conditional on bootloader

bootloader passes the player version to rockbox for LCD init changes

Credit ZappBranigan2972 on forums for original changes
Credit Bilgus for devicedata additions

Change-Id: Ia2ca493edef49b7457e84dc19b05397dc915fa5a
This commit is contained in:
Dana Conrad 2024-08-07 01:12:55 +00:00 committed by William Wilgus
parent a2cc7546d8
commit 878e29396c
5 changed files with 198 additions and 3 deletions

View file

@ -56,6 +56,10 @@
#include "crc32.h"
#endif
#if defined(HAVE_DEVICEDATA) && !defined(SIMULATOR)
#include "devicedata.h"
#endif
#if CONFIG_CPU == AS3525v2
#include "ascodec.h"
#endif