Search found 473 matches

by hyperion007
Thu Feb 26, 2015 11:00 am
Forum: Bug reports
Topic: SSD1306 in 128x64 doesn't work
Replies: 1
Views: 2411

Re: SSD1306 in 128x64 doesn't work

It's this display:

http://www.buydisplay.com/default/seria ... e-on-black

Using the same exact interface (4 wire SPI) as the other SSD1306 128x32 displays.
by hyperion007
Thu Feb 26, 2015 10:57 am
Forum: Bug reports
Topic: SSD1306 in 128x64 doesn't work
Replies: 1
Views: 2411

SSD1306 in 128x64 doesn't work

I just tried my trusted gLCD_SSD1306_Buffered component with a 128x64 pixel display module instead of the usual 128x32 pixel displays I have used before. It works, except it skips every other line and hence only renders out 32 lines instead of 64. Changing the display pixel height under properties b...
by hyperion007
Thu Feb 26, 2015 9:32 am
Forum: Feature requests
Topic: UTFT component? perfect for many graphic displays
Replies: 114
Views: 127425

Re: UTFT component? perfect for many graphic displays

Went to the post office this morning to pick these up :)
0-49_OLED.jpg
(307.69 KiB) Downloaded 2682 times
by hyperion007
Tue Feb 24, 2015 5:05 pm
Forum: Flowcode V6
Topic: FFT DSP problems
Replies: 3
Views: 2753

Re: FFT DSP problems

Thought I might bump this one a bit :)
by hyperion007
Tue Feb 24, 2015 4:10 pm
Forum: Feature requests
Topic: UTFT component? perfect for many graphic displays
Replies: 114
Views: 127425

Re: UTFT component? perfect for many graphic displays

It was very repeatable. I rebooted my workstation and still the exact same thing with this component. All my other programs with different components have been working just fine.

I'll attach the test program.
PIC18F26K80_SSD1322_Test.fcfx
(5.51 KiB) Downloaded 420 times
by hyperion007
Tue Feb 24, 2015 3:16 pm
Forum: Feature requests
Topic: UTFT component? perfect for many graphic displays
Replies: 114
Views: 127425

Re: UTFT component? perfect for many graphic displays

I just tried changing the jumpers on the display module to 6800 Parallel interface and then changed my test program to use the fLCD_SSD1322_Parallel component instead. But as soon as I hit the compile to hex button (after I have saved it) flowcode immediately stops responding and I have to shut it d...
by hyperion007
Tue Feb 24, 2015 2:50 pm
Forum: Feature requests
Topic: UTFT component? perfect for many graphic displays
Replies: 114
Views: 127425

Re: UTFT component? perfect for many graphic displays

Ben, Have you or anyone else successfully used the gLCD SSD1322 _buffered component? It seems to be using the 3-wire SPI inteface and I have set the jumpers on the back of the display to configure it to 3-wire SPI but I don't get anything printed on it. Also, the SSD1322 chip can display 16 gray lev...
by hyperion007
Mon Feb 23, 2015 9:18 pm
Forum: Feature requests
Topic: UTFT component? perfect for many graphic displays
Replies: 114
Views: 127425

Re: UTFT component? perfect for many graphic displays

The PCBs have been shipped from OSH Park on Thursday last week so maybe they'll arrive next week.

Still waiting on the OLED displays. They were sent out on the 13th via China Post so it can take a while longer if we're unlucky
by hyperion007
Sat Feb 21, 2015 2:07 pm
Forum: Flowcode V6
Topic: Different package of same chip, pinouts
Replies: 5
Views: 3522

Re: Different package of same chip, pinouts

Great, thanks for clearing that up for me :)
by hyperion007
Sat Feb 21, 2015 1:31 pm
Forum: Flowcode V6
Topic: Different package of same chip, pinouts
Replies: 5
Views: 3522

Re: Different package of same chip, pinouts

Ok, so the pin number doesn't matter at all, only the pin name for example if I want to output "1" to RA0 it will be on pin 2 for one package type and pin 28 on the other package type?

I wasn't sure so I thought it would be best to check :)
by hyperion007
Sat Feb 21, 2015 11:21 am
Forum: Flowcode V6
Topic: Different package of same chip, pinouts
Replies: 5
Views: 3522

Different package of same chip, pinouts

Hi, I would like to use the PIC 18F24K22 in the 28-pin QFN, UQFN package but when I choose this chip in FC it shows the chip in it's 28-pin PDIP, SOIC, SSOP package. The pinout is not identical and differ quite a lot. So what needs to be done for me to use this chip in the package I need? Thanks PIC...
by hyperion007
Fri Feb 20, 2015 10:11 am
Forum: Feature requests
Topic: UTFT component? perfect for many graphic displays
Replies: 114
Views: 127425

Re: UTFT component? perfect for many graphic displays

Ben, could you please try to add a macro to the SSD1306 buffered component that allows us to simply paste a byte array like: img [] = { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x7, 0xe0, 0x0, 0x0, 0x3f, 0xf8, 0x0, 0x0, 0x7f, 0xfe, 0x0, 0x1, 0xf8, 0x1f, 0x...
by hyperion007
Thu Feb 19, 2015 2:15 pm
Forum: Flowcode V6
Topic: FFT DSP problems
Replies: 3
Views: 2753

Re: FFT DSP problems

Well that was part of the problem but the big problem seems to be the timing of the sample period.

Any suggestions on how to go about this would be great.
by hyperion007
Thu Feb 19, 2015 1:00 pm
Forum: Flowcode V6
Topic: FFT DSP problems
Replies: 3
Views: 2753

Re: FFT DSP problems

I might have found a reason for my problems with the FFT. I didn't understand that the FFT needs both negative and positive values to work but it should have been kind of obvious with the calculation box "data=data-512"

I'll have another go and see what I can come up with.
by hyperion007
Wed Feb 18, 2015 5:41 pm
Forum: Flowcode V6
Topic: FFT DSP problems
Replies: 3
Views: 2753

FFT DSP problems

Hi, So I've been struggling all day today trying to get the FFT DSP component to work. For some reason I thought that it would be possible to run the DSP components on 8 bit PICs and not exclusively on 16 bit PICs but I got all sorts of errors trying to compile my test program when having an 8 bit P...
by hyperion007
Wed Feb 11, 2015 6:08 pm
Forum: Flowcode V6
Topic: mrf49xa component
Replies: 30
Views: 22402

Re: mrf49xa component

Ok, try this baza1pub file. I have changed the CheckBuffer from 10 to 100 and also changed the delay in the main loop from 1 second to 100ms. baza1pub.fcfx It sounds like it starts out fine with "1, 2" but then something happens. Maybe the CheckBuffer time was too short and/or the delay was too long...
by hyperion007
Wed Feb 11, 2015 2:12 pm
Forum: Feature requests
Topic: UTFT component? perfect for many graphic displays
Replies: 114
Views: 127425

Re: UTFT component? perfect for many graphic displays

I've designed and ordered the PCB's and I've also ordered some displays. Hopefully they will be sent out before the Chinese New Year begins on the 15th...
by hyperion007
Tue Feb 10, 2015 6:50 pm
Forum: Flowcode V6
Topic: mrf49xa component
Replies: 30
Views: 22402

Re: mrf49xa component

Hi Mikn,

I haven't tried simulation nor on hardware.
by hyperion007
Tue Feb 10, 2015 6:48 pm
Forum: Feature requests
Topic: UTFT component? perfect for many graphic displays
Replies: 114
Views: 127425

Re: UTFT component? perfect for many graphic displays

Perfect! Thank you.

I'll order a few tomorrow and start drawing the PCB for it.

As soon as I get them I'll send you a couple.
by hyperion007
Sat Feb 07, 2015 4:17 pm
Forum: Feature requests
Topic: UTFT component? perfect for many graphic displays
Replies: 114
Views: 127425

Re: UTFT component? perfect for many graphic displays

I would really like to see an adaptation to the great SSD1306 Buffered component so that it allows us to choose which interface (SPI, I2C etc.) and also what size/resolution. The resolution is kind of there already since we can select either 128*32 or 128*64 but now there's a new even smaller displa...
by hyperion007
Sat Feb 07, 2015 4:02 pm
Forum: Flowcode V6
Topic: mrf49xa component
Replies: 30
Views: 22402

Re: mrf49xa component

Ok, I've had a look but I don't know what is causing your problems. First I would try to create an even simpler program than your client1pub and baza1pub. I've made an attempt at a new client1pub and baza1pub that only uses two bytes in the buffer and the baza1pub should display one odd and one even...
by hyperion007
Thu Feb 05, 2015 6:54 pm
Forum: Flowcode V6
Topic: mrf49xa component
Replies: 30
Views: 22402

Re: mrf49xa component

Hi Mikn, I have very little experience from RF stuff and don't own any MRF49XA but I'll have a look at your attached programs and see if I can be of help. I will be back home in a couple of days hopefully (where I have my computer with FC on). Feel free to remind me if you haven't heard anything fro...
by hyperion007
Thu Feb 05, 2015 5:56 pm
Forum: Bug reports
Topic: FAT problem
Replies: 35
Views: 19967

Re: FAT problem

Right, I can relate to that description all too well :)
by hyperion007
Tue Feb 03, 2015 1:16 pm
Forum: Bug reports
Topic: FAT problem
Replies: 35
Views: 19967

Re: FAT problem

Hi Mikn,

If you don't mind sharing your low level program (through PM if you don't want it public) I would like to have a look and maybe we can get a custom component made for it.

/Daniel S