Search found 5 matches

by edward
Thu Sep 21, 2023 10:57 pm
Forum: Flowcode V2 & V3
Topic: Digital Low Pass Filter
Replies: 6
Views: 29977

Re: Digital Low Pass Filter

Hi guys. I want to convert below C code to FC8 charts but dont know how to do it. Can someone help. This is butterworth filter generated by Win Filter software. Many thanks. #define NCoef 4 float iir(float NewSample) { float ACoef[NCoef+1] = { 0.01020853419306819500, 0.04083413677227278000, 0.061251...
by edward
Sat Jan 16, 2021 9:49 pm
Forum: Flowcode V8
Topic: T6963C Display Driver Support
Replies: 6
Views: 3399

Re: T6963C Display Driver Support

Hi again. maybe a stupid question but how it`s possible to print long format number on t6963 or ssd1305 displays cause in macro just allow to print max 32768 ? Should I divide in in two parts less than and greater than with printing with $left and $right separately or there is better way? I want to ...
by edward
Fri Jul 10, 2020 5:01 pm
Forum: Flowcode V8
Topic: T6963C Display Driver Support
Replies: 6
Views: 3399

Re: T6963C Display Driver Support

Hi,
Atmega2561 allows max 16 MHz clock frequency .
by tomorrow i`ll change crystal to 24 MHz to see whats happening .
I changed $PORT A to YES state and refresh speed got better. :D

thanks
by edward
Thu Jul 09, 2020 2:08 pm
Forum: Flowcode V8
Topic: T6963C Display Driver Support
Replies: 6
Views: 3399

Re: T6963C Display Driver Support

T6963C V METER 2561.fcfx
(10.8 KiB) Downloaded 235 times
by edward
Thu Jul 09, 2020 11:27 am
Forum: Flowcode V8
Topic: T6963C Display Driver Support
Replies: 6
Views: 3399

T6963C Display Driver Support

Hi guys I have problem with refreshing display rates turns slower when using font size more than 13 and even slower when more larger size , I think FLOW CODE use micro controller ram for sending fonts (If i guess right) . Is there any register selection in LCD macro or way to select LCD RAM or MICRO...