Search found 78 matches

by canary_wharfe
Wed Jan 10, 2024 11:28 pm
Forum: General
Topic: SSD1322 Display Component Fonts
Replies: 26
Views: 3454

Re: SSD1322 Display Component Fonts

One further question. By font do you mean a single character as in 1, 2, 3, A. B. C or do you mean a design shape that is a family and applicable to all keyboard characters. Just wondering if I want the alphabet a to z in a particular style then we would need to create 26 individual arduino based fo...
by canary_wharfe
Wed Jan 10, 2024 11:20 pm
Forum: General
Topic: SSD1322 Display Component Fonts
Replies: 26
Views: 3454

Re: SSD1322 Display Component Fonts

Chipfreyer27
Thanks for confirming the fonts are hardware specific and not just simulation based.
by canary_wharfe
Wed Jan 10, 2024 11:18 pm
Forum: General
Topic: SSD1322 Display Component Fonts
Replies: 26
Views: 3454

Re: SSD1322 Display Component Fonts

Thanks for the reply Ben. Do you have a url to an arduino fonts library by any chance? Had a look online but couldn't see any specific libraries, just a few fonts people had developed plus an arduino font generator which could be the way to go. However, there doesn't seem like any point reinventing ...
by canary_wharfe
Wed Jan 10, 2024 4:17 pm
Forum: General
Topic: SSD1322 Display Component Fonts
Replies: 26
Views: 3454

SSD1322 Display Component Fonts

Will someone knowledgeable with the SSD1322 buffered component please clarify how the 4 fonts available in the Flowcode component are made available? To be precise, are the 4 fonts simply for Flowcode simulation or do these fonts selections get compiled and control the actual fonts seen on the real ...
by canary_wharfe
Mon Mar 20, 2023 2:13 pm
Forum: General
Topic: Setting Arduino Flowcode Sleep Wake functionality
Replies: 0
Views: 2984

Setting Arduino Flowcode Sleep Wake functionality

The attached old Flowcode 5 example is a tutorial Ben wrote way back in time illustrating the code used to put a PIC micro to sleep and wake it up. I am trying to learn how applicable the syntax of that 'c' statement in the Flowchat is if we want to put an AVR or an Arduino to sleep. On reviewing on...
by canary_wharfe
Mon Nov 07, 2022 7:10 pm
Forum: Bug Reports
Topic: PIC24FV16KA302 Ext Interrupts
Replies: 19
Views: 3720

Re: PIC24FV16KA302 Ext Interrupts

Thanks for doing this Steve. That is really appreciated. Have installed and updated my system and can indeed confirm the interrupt simulation is working as intended.
by canary_wharfe
Thu Oct 27, 2022 2:11 pm
Forum: Feature Requests
Topic: MAX30100 component
Replies: 20
Views: 4404

Re: MAX30100 component

Thanks Ben

Really appreciate the effort. Hopefully another big step forward in the Flowcode component arsenal.
by canary_wharfe
Sat Oct 22, 2022 1:09 pm
Forum: General
Topic: Size limitation on look up tables?
Replies: 5
Views: 1075

Re: Size limitation on look up tables?

Hello Martin That's a really good workaround and a great idea. Wasn't aware you could use PROGMEM for such large amount of data in Flowcode. Any chance of posting a small demo flowcode illustrating the important code blocks and showing the C code syntax that would represent a reference for inexperie...
by canary_wharfe
Tue Oct 04, 2022 12:48 pm
Forum: General
Topic: Looking for a neat way of handling a momentary switch
Replies: 4
Views: 1165

Re: Looking for a neat way of handling a momentary switch

The best way I have ever seen to combat contact bounce on any switch is to use a combination of a short delay and a super schmitt trigger circuit. It's like using a sledge hammer to crack a walnut but it works every time when simpler circuits fail. It adds an extra component to the input of a uC but...
by canary_wharfe
Thu Sep 29, 2022 6:06 pm
Forum: Feature Requests
Topic: MAX30100 component
Replies: 20
Views: 4404

Re: MAX30100 component

Thanks for the links Stefan. That UO29 schematic shows they have down a pro job on adding the logic level translator on the I2C bus. Its a nice module and not very expensive either. I will probably buy that one. As for the ESP32 gear I feel that is great if you want to produce a full hardware graphi...