开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

Re: W8TEE Software Release 1.05


 

Hi Jack

Thanks for the quick reply, here's the section from Setup I modified.

? g_identifier = tft.readID(); ? ?// Get TFT ID ?3.95" = 0x9486, 3.6" = 0x9488
? Serial.println(g_identifier, HEX);
? switch (g_identifier) {
? ? default:
? ? case 0x154:
? ? case 0x9341:
? ? case 0x5408:
? ? ? displaySize = SMALL;
? ? ? defaultTextSize = 2;
? ? ? switchBoxWidth = 102;
? ? ? switchBoxHeight = 30;
? ? ? frequencyCorner = switchBoxHeight + 5;
? ? ? frequencyBoxWidth = 312;
? ? ? frequencyBoxHeight = switchBoxHeight + 10;
? ? ? locationY = switchBoxHeight + frequencyBoxHeight + 10;
? ? ? break;
? ? case 0x1581:
? ? case 0x7796: ?// added line
? ? case 0x9487: ?// added line
? ? case 0x9488:
? ? case 0xD3D3:
? ? ? displaySize = LARGE;
? ? ? defaultTextSize = 3;
? ? ? switchBoxWidth = 150;
? ? ? switchBoxHeight = 70;
? ? ? frequencyCorner = switchBoxHeight + 5;
? ? ? frequencyBoxWidth = 457;
? ? ? frequencyBoxHeight = switchBoxHeight;
? ? ? locationY = switchBoxHeight * 2 + 10;
? ? ? break;
? }

Both displays look the same, act the same after added the lines above, one arrived damaged with a broken touch screen hence the replacement. No rush,??the board is up and running but I'm still waiting for a few bits to finish. ?I can't see any reason why this board shouldn't be used as an AA, it's just requires the building of the RF bridge and detection circuit.

Regards

David G8DJM
?

Join [email protected] to automatically receive all group messages.