I went through all the AVR family in the chip data files. The AVR128's and AVR64's are all wrong, just show 16384. The 16's and 32's are correct.
I compiled one of the demonstration files for the AVR128DA48. I noticed it compiled as Program Memory: 174/16384 words (1.06%). The chip file shows Prog=16384. This is a 128KB part. I think the chip files have the wrong Prog= for all the larger flash chips in this series.
Hi Evan. How can I get the latest build? Thanks.
Ok. Thanks!
Where are these new chips? I reinstalled, forced updates and these chips aren't there. Was trying to write code for a 18F46Q35 but it's not there. A new installation upgrades to 1.0128.
Thanks Evan! Works great. Now I know not to include ' in file name.
Hi, for some reason none of my programs will compile. Even the very simplest of them. But when I pull in the demo's they compile just fine. I've tried dozens of them and they all come up with the same error. They all compiled just fine in the past. Here is the error: The string is missing the terminator: '. + CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException + FullyQualifiedErrorId : TerminatorExpectedAtEndOfString The terminal process "C:\WINDOWS\SysNative\WindowsPowerShell\v1.0\powershell.exe...
I do not know if the ST7789 is faster than the ili9341 but it is a very fast display. One thing I like about it is that it is an IPS display so the viewing angles are great. It doesn't fade when viewing from the side. Attached is the Invaders game demo modified for this display. It uses the GCB TFT colors.