Search found 2 matches

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
by synd
Fri Jan 09, 2015 4:51 am
Forum: DigiPixel - The Arduino and Digispark Compatible Shield
Topic: Sample Sketches not working in IDE 1.5.8 BETA
Replies: 4
Views: 17585

Re: Sample Sketches not working in IDE 1.5.8 BETA

Hi, i found already a solution! You have to write a "const" in front of the declaration!

for example:

// Program memory arrays
const byte numberTable[30]PROGMEM={0b01111110, 0b01000010, 0b01111110, 0b0010001..........


many thanks!
by synd
Thu Jan 08, 2015 5:11 am
Forum: DigiPixel - The Arduino and Digispark Compatible Shield
Topic: Sample Sketches not working in IDE 1.5.8 BETA
Replies: 4
Views: 17585

Sample Sketches not working in IDE 1.5.8 BETA

The PROGMEM is changed in this Version! The Compiler is reporting an Error, that only a Constant can be written in this Part of the Memory! Does anyone know a solution, what to change in the code so it works?

Many thanks for help! Because working with the avr-libs is new for me!