sfrwmaker

Results 32 comments of sfrwmaker

Hello! byte shuffle::next(void) { if (curr >= num_anim) curr = 0; return index[curr++]; } > sir can u give me any example how to write it.... > > — >...

This function is no longer used in this case. You can delete it completely if you wish. If it is not obvious, i can explain how it works. To ensure...

Hello! As far as i've understood, you wish to change new effect sequence (animation) every 15 seconds, right? Actually, you can change them every 10 or 20 or 30 seconds...

Check carefully the program free memory size. The compiler can report some kind of warning if this value is low. Try to delete some animations declaration and the entrues in...

Sorry, i cannot reproduce the issue. I have selected "symRun", "cToward" and "rToward" animations only. Nothing hangs. On stm32 these animations are working smoothly also.

Hello! If you configure the following options to your IDE, the compiled sketch can become smaller: -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x...

Hello! Usually, the hot iron gun heater is powered by high voltage, i.e. 220 volts or so. I cannot imagine the heater and thermo-couple are connected consequently. The thermo-couple generates...

Can you describe the issue in more details? What exactly is working incorrectly? And no, the firmware was developed for described hardware. If you do not want to use hot...

Hello! I have already converted the .bdf font into .c file and have put it into my copy of the library like this: /\* Cronyx WinCP1251 Fonts */ extern const...

Hello! Here is the link: http://www.kovrik.com/sib/russify/x-windows/#win-fonts Best regards. Alexander. > If the font is available for the public, then i can integrate this to > u8g2. > There is no...