Cleaned up Xylos TX, J/N works again

This commit is contained in:
furrtek 2016-07-27 05:54:55 +02:00
parent 2177456b7e
commit 79f2134d91
11 changed files with 166 additions and 223 deletions

View file

@ -138,17 +138,17 @@ private:
};
Text text_firmware {
{ 0, 128, 240, 16 },
{ 0, 236, 240, 16 },
"Git Commit Hash " GIT_REVISION,
};
Text text_cpld_hackrf {
{ 0, 144, 11*8, 16 },
{ 0, 252, 11*8, 16 },
"HackRF CPLD",
};
Text text_cpld_hackrf_status {
{ 240 - 3*8, 144, 3*8, 16 },
{ 240 - 3*8, 252, 3*8, 16 },
"???"
};