Skip to content

Commit f65e855

Browse files
author
dave
committed
#101 add a clear method to the collection class
1 parent b06d606 commit f65e855

34 files changed

+5386
-1307
lines changed

examples/colorTftEthernet32/colorTftEthernet.emf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lastEdited": {
3-
"seconds": 1600858418,
3+
"seconds": 1601464065,
44
"nanos": 0
55
},
66
"codeOptions": {
@@ -12,6 +12,7 @@
1212
"embeddedPlatform": "ARDUINO_32",
1313
"namingRecursive": false,
1414
"saveToSrc": false,
15+
"useCppMain": false,
1516
"lastProperties": [
1617
{
1718
"name": "PULLUP_LOGIC",

examples/colorTftEthernet32/colorTftEthernet32_menu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ void setupMenu() {
7272

7373

7474
gfx.initR(INITR_BLACKTAB);
75-
gfx.setRotation(1);
75+
gfx.setRotation(0);
7676
renderer.setGraphicsDevice(&gfx, &colorConfig);
7777
switches.initialise(io8574, true);
7878
menuMgr.initForEncoder(&renderer, &menuVoltage, 7, 6, 5);

0 commit comments

Comments
 (0)