Added raw ASCII char field in keyboard view

This commit is contained in:
furrtek
2016-08-01 20:06:17 +02:00
parent 94b27ec45c
commit 72f3c08e9b
11 changed files with 110 additions and 70 deletions
+3 -3
View File
@@ -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 },