mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-11 09:09:29 +00:00
Added raw ASCII char field in keyboard view
This commit is contained in:
@@ -73,13 +73,13 @@ private:
|
||||
"UC"
|
||||
};
|
||||
|
||||
/*NumberField raw_char {
|
||||
{ 16, 270, 16, 16 },
|
||||
NumberField raw_char {
|
||||
{ 16, 270 },
|
||||
3,
|
||||
{ 1, 255 },
|
||||
1,
|
||||
'0'
|
||||
};*/
|
||||
};
|
||||
|
||||
Button button_done {
|
||||
{ 88, 270, 64, 24 },
|
||||
|
||||
Reference in New Issue
Block a user