Move data field sorting to NamedField

This commit is contained in:
2023-05-24 01:01:48 +02:00
parent 9466290ff3
commit 1bbac4537d
5 changed files with 55 additions and 26 deletions

View File

@ -52,8 +52,6 @@ private:
size_t selectedField;
size_t selectedFieldIndex;
DataFieldType fieldTypes[NUM_FIELDS];
size_t indexByFieldType[DataFieldType_COUNT];
DataFieldType fieldTypeByIndex[DataFieldType_COUNT];
touchgfx::Unicode::UnicodeChar r2dProgBuffer[16];
};