Immutable const data
Last updated
const string STATUS = "READY"; // one string
const string LABELS[] = { "OFF", "ON", "EDIT" };const image BOX_8 = {
8, 8,
0xFF, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0xFF
};const image ICONS[] = {
{ 8, 8, 0xFF, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0xFF },
{ 8, 8, 0x00, 0x7E, 0x42, 0x42, 0x42, 0x42, 0x7E, 0x00 }
};const ps5adt TRIGGER_PROFILE = {
PS5_ADT_CR, // 0: mode
0, // 1: start
128, // 2: force 1
128, // 3: force 2
64, // 4: low strength
128, // 5: mid strength
192, // 6: high strength
0, // 7: unknown/reserved 1
0, // 8: unknown/reserved 2
100, // 9: frequency
0 // 10: unknown/reserved 3
};