Hi, I have merge your pull request, and :
- Update a bit the README ;
- added a simple palette management to be able to choose between 2 kind of color scheme to fix the tiny font on pocketchip ;
- modify the KEY_REPEAT_INTERVAL_LONG* to be longer
Available on the "master" branch.
From Master.h
#define DISABLEDBOX_COLOR 0
#define ENABLEDBOX_COLOR 1
#define TRIG_COLOR 2
#define NOTE_COLOR 3
#define CURSOR_COLOR 4
#define STEP_COLOR 5
#define SMALLBOX_COLOR 6
#define TEXTCOLOR 7
#define BACKGROUND 8
#define MAXCOLOR 9
From PatternPlayer.cpp
#define MAX_PALETTE 1
int32_t pal0[MAXCOLOR]={0x0AF0FE,0xAECD15,0x0E4C15, 0x46DC65, 0x1515CD, 0x242C45, 0x442233, 0xFFFFFF, 0x0 };
int32_t pal1[MAXCOLOR]={0x0, 0xFFFFFF,0x00FF00, 0xFF00FF, 0x0000FF, 0x770077, 0x007700, 0xFFFFFF, 0x123456 };
Last edited by yoyz2k (Sep 4, 2016 3:09 pm)