Search found 69 matches

by Maverick
Fri Oct 07, 2022 9:16 am
Forum: General
Topic: PIC Internal DAC output pin
Replies: 6
Views: 1522

Re: PIC Internal DAC output pin

Hi Ben

could you add ALT DAC pin RB7 TO DEVICE PIC16F1717 please

Gavin
by Maverick
Wed Oct 05, 2022 9:40 am
Forum: General
Topic: Hold button for set time to enter a routine
Replies: 2
Views: 719

Re: Hold button for set time to enter a routine

Hi Martin

Thanks for that prompt and excellent solution
by Maverick
Tue Oct 04, 2022 4:55 pm
Forum: General
Topic: Hold button for set time to enter a routine
Replies: 2
Views: 719

Hold button for set time to enter a routine

Hi I'm trying to detect that if a button is pressed for >=to 5s a calibration routine will run and then goto normal mode. if the button is released before the 5s then normal mode is run. due to other hardware the push button needs to be on port E1. Attached is a test fcfx attempt which doesn't work....
by Maverick
Mon Oct 03, 2022 5:00 pm
Forum: General
Topic: ssd1322 speed of display
Replies: 6
Views: 1268

Re: ssd1322 speed of display

I have slightly modded the fcfx (attached) to add a delay after the clear screen and set it to loop continuously. in the simulator it works fine, but programmed into a chip it doesn't as shown in attached video
by Maverick
Mon Oct 03, 2022 4:42 pm
Forum: General
Topic: ssd1322 speed of display
Replies: 6
Views: 1268

Re: ssd1322 speed of display

HI Ben it has speeded it up, not sure it's running at max speed , I will get a colleague to try a similar program not from flow code to compare. It would interesting on your other idea, but it's not a priority as I'm going with a 2 x 24 lcd (as I need to get the project finished). would going 4 wire...
by Maverick
Mon Oct 03, 2022 9:29 am
Forum: General
Topic: ssd1322 speed of display
Replies: 6
Views: 1268

Re: ssd1322 speed of display

Hi Ben
ran the 1s led flasher, I think flowcode is fine.
i set the clock at 1mhz and 32mhz, 1mz flashed very quickly while 32mhz was 1s as shown in attached video
by Maverick
Thu Sep 29, 2022 12:04 pm
Forum: General
Topic: ssd1322 speed of display
Replies: 6
Views: 1268

ssd1322 speed of display

Can anyone advise if the speed of text writing shown in attached video (in zip file) is normal for a 3 wire spi SSD1322 oled display, if not is there a way to speed it up, am I doing something wrong in the code, processor is a pic running supposedly @ 32Mhz. Simulation runs a bit faster. fcfx file a...
by Maverick
Thu Sep 15, 2022 10:08 am
Forum: General
Topic: SSD1322
Replies: 23
Views: 4401

Re: SSD1322

thanks Ben
don't forget about the 4 wire spi pins
by Maverick
Thu Sep 15, 2022 9:26 am
Forum: General
Topic: SSD1322
Replies: 23
Views: 4401

Re: SSD1322

HI Ben

display orientation does not work, I have set orientation to 2 and the text displayed is garbled
by Maverick
Thu Sep 15, 2022 9:01 am
Forum: General
Topic: SSD1322
Replies: 23
Views: 4401

Re: SSD1322

Hi Ben

Thanks for that, it works fine, there are 2 warnings when compiling (see attached file)
Also as mentioned before is the fact that 4 wire spi has the dc/rs wire connected to port b2, the same as the sd line.
other displays such as the ssd1306 use port B1