mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Nuke all TCC77x targets: iAudio 7, Sansa C100, M200(v1-3), Logik DAX
They were never finished, never saw any release ever, and haven't compiled for the better part of a decade. Given their HW capabilities [1], they are not worth trying to fix. [1] 1-2MB RAM, ~256MB onboard flash, no expandability Change-Id: I7b2a5806d687114c22156bb0458d4a10a9734190
This commit is contained in:
parent
77188e41f5
commit
3ba2f6e5c7
103 changed files with 48 additions and 5873 deletions
|
@ -226,13 +226,6 @@
|
|||
#define UI_LCD_POSX 58 /* x position of lcd */
|
||||
#define UI_LCD_POSY 67 /* y position of lcd */
|
||||
|
||||
#elif defined(IAUDIO_7)
|
||||
#define UI_TITLE "iAudio7"
|
||||
#define UI_WIDTH 494 /* width of GUI window */
|
||||
#define UI_HEIGHT 214 /* height of GUI window */
|
||||
#define UI_LCD_POSX 131 /* x position of lcd */
|
||||
#define UI_LCD_POSY 38 /* y position of lcd */
|
||||
|
||||
#elif defined(CREATIVE_ZVM) || defined(CREATIVE_ZVM60GB)
|
||||
#ifdef CREATIVE_ZVM
|
||||
#define UI_TITLE "Creative Zen Vision:M 30GB"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue