Search found 102 matches

by Dutch
Sat Apr 04, 2020 9:39 am
Forum: Bug reports
Topic: SSD1322 macro crashes FC7 test
Replies: 43
Views: 37446

Re: SSD1322 macro crashes FC7 test

Let me know what i can do. i have two displays eager to get working.
do i need to get one to you? or can you get one for research?
let me know at least if it is looked at. i dont mind if it takes longer.
Angelo.
by Dutch
Thu Mar 19, 2020 8:48 pm
Forum: Bug reports
Topic: SSD1322 macro crashes FC7 test
Replies: 43
Views: 37446

Re: SSD1322 macro crashes FC7 test

No pressure! but just wondering if you have found anything. if not no worry! just please let me know when you have an update or when i need to test something.
I just observe the display (still) shows this 'frozen noise' inmedeatly after startup no mather what follows.
by Dutch
Wed Mar 18, 2020 3:11 pm
Forum: Bug reports
Topic: SSD1322 macro crashes FC7 test
Replies: 43
Views: 37446

Re: SSD1322 macro crashes FC7 test

i tested the program i made with initialisation and a repeating loop with 'hello world' and led B5 on. one second on and 1 second clear.

if i set the width to 128 it does loop the 1 second on and off but image on display still the frozen noise instead of expected half display 'hello'.
by Dutch
Wed Mar 18, 2020 11:14 am
Forum: Bug reports
Topic: SSD1322 macro crashes FC7 test
Replies: 43
Views: 37446

Re: SSD1322 macro crashes FC7 test

Thank you for all your effords Ben! il try pixel width of 128 just to see if i can get something out of my screen :wink: i know some glcd screens switch internally to a second on board processor for the next 64 or 128 lines. maybe its related. Due COVID-19 im working from home so have more possibili...
by Dutch
Wed Mar 18, 2020 7:41 am
Forum: Bug reports
Topic: SSD1322 macro crashes FC7 test
Replies: 43
Views: 37446

Re: SSD1322 macro crashes FC7 test

Let me know if i can do or test anything.
by Dutch
Sun Mar 15, 2020 2:15 pm
Forum: Bug reports
Topic: SSD1322 macro crashes FC7 test
Replies: 43
Views: 37446

Re: SSD1322 macro crashes FC7 test

tested with 256 or 255 and no difference. just B0 goes on only. i found a whole bunch of PIC processors we use in products from my work and i usually program or flash these with provided hex files... but or my FC has no licence for 16bit 8) or the available Dram is not enough :roll: either way if yo...
by Dutch
Fri Mar 13, 2020 9:14 pm
Forum: Bug reports
Topic: SSD1322 macro crashes FC7 test
Replies: 43
Views: 37446

Re: SSD1322 macro crashes FC7 test

your test does only activate B0 in my unit too.

i have no luck yet in finding a different suitable processor yet. the ones i have miss the capacity for this to even compile. the search continues..
by Dutch
Thu Mar 12, 2020 7:31 am
Forum: Bug reports
Topic: SSD1322 macro crashes FC7 test
Replies: 43
Views: 37446

Re: SSD1322 macro crashes FC7 test

i keep having the same results. il try to find another processor. the atmega328p i use did all the displays i had so far.
il try your fc to see if all 3 outputs go on.
maybe the arduino plugin for FC8 would accept the library and than it works but kinda costly way :lol:
by Dutch
Tue Mar 10, 2020 10:35 pm
Forum: Bug reports
Topic: SSD1322 macro crashes FC7 test
Replies: 43
Views: 37446

Re: SSD1322 macro crashes FC7 test

I did some more testing. the display remains blank in all cases though. if I compile and program board with all macro's on like in the file above it doesn't turn the led on. like it still does not pass. no led no mather if I move or remove all in the loop below. because my display does not show anyt...
by Dutch
Mon Mar 09, 2020 10:29 pm
Forum: Bug reports
Topic: SSD1322 macro crashes FC7 test
Replies: 43
Views: 37446

Re: SSD1322 macro crashes FC7 test

sounds good! at least I was right for not passing the initialize state. I did put the file in the components list and rebooted and compiled and tested on the display. it unfortunately still does not pass because no display but also the led does not blink. The display clears though :wink: it remains ...
by Dutch
Sat Mar 07, 2020 11:15 pm
Forum: Bug reports
Topic: SSD1322 macro crashes FC7 test
Replies: 43
Views: 37446

Re: SSD1322 macro crashes FC7 test

oke I found a weird thing... I added the led connected to B5 on this board to the 1 second on off cyclus and it wont flash :?: it simulates in FC though.. if I disable the 3 macro's in the same FCfile and compile it and load it on the board it flashes.... like with all normally enable it 'hangs' in ...
by Dutch
Sat Mar 07, 2020 10:08 pm
Forum: Bug reports
Topic: SSD1322 macro crashes FC7 test
Replies: 43
Views: 37446

Re: SSD1322 macro crashes FC7 test

Soooo I received my new gLCD 3,12'' oled display with SSD1322 because I thought I fried the other one and hooked all up on 3 volt as per datasheet. but, :( unfortunately still no good. I tested both possibility's of connecting. parallel 8080 and the SPI-3 serial/buffered. both ways same 'noise' on t...
by Dutch
Sun Mar 01, 2020 10:41 pm
Forum: General Programming
Topic: storing data in memory
Replies: 6
Views: 3951

Re: storing data in memory

agreed, a goldcap from an old video recorder memory i must have somewhere could be an idea. I feed a BCD display on it too so that draws a bit. I had a 2200uF 6,3v and that already dyed out pretty quick. also though about measuring voltage and shutting pwm to the bcd off below a threshold. hm.. back...
by Dutch
Sun Mar 01, 2020 9:45 pm
Forum: General Programming
Topic: storing data in memory
Replies: 6
Views: 3951

storing data in memory

Hi all, with the help of a great contributing member of this forum I made a display showing me some data from my motorcycle. just fun stuff! I don't want to bother him unnecessary with all my small questions. I'm testing it now and besides other things it shows also the gearbox being in neutral. of ...
by Dutch
Fri Jan 31, 2020 11:34 pm
Forum: Bug reports
Topic: SSD1322 macro crashes FC7 test
Replies: 43
Views: 37446

Re: SSD1322 macro crashes FC7 test

Tested the 're-build' gLCD_SSD1322 and now it compiles oke! i say insert these in the last update combination :wink: . Thank you Ben! unfortunate my LCD screen is exactly reacting the same as the last FC8 i could compile so i suspect the screen is broken. there was some confusion on my side if the s...
by Dutch
Fri Jan 31, 2020 8:18 am
Forum: Bug reports
Topic: SSD1322 macro crashes FC7 test
Replies: 43
Views: 37446

Re: SSD1322 macro crashes FC7 test

received two screens yesterday with SSD1306 i2c and wrote a simple flowcode and compiled and worked fine.

anything found on the SSD1322 ?
by Dutch
Wed Jan 29, 2020 9:34 pm
Forum: Bug reports
Topic: SSD1322 macro crashes FC7 test
Replies: 43
Views: 37446

Re: SSD1322 macro crashes FC7 test

tested that. works. i mean that always have worked for the last years with all other projects. (many compilations and walking back and forth to main PC :lol: ) just now when i specifically take the SSD1322 it crashes.

i took a recording il try to add.
by Dutch
Wed Jan 29, 2020 7:21 pm
Forum: Bug reports
Topic: SSD1322 macro crashes FC7 test
Replies: 43
Views: 37446

Re: SSD1322 macro crashes FC7 test

It doesn't even get that far. if I either press compile to C or Hex or even the direct to processor it freezes a few seconds and then it crashes. I see the wild chosen PIC example is a wrong one. the pic16F887 is not suitable even if it would build!. hence the stack overflow. please test the macro w...
by Dutch
Wed Jan 29, 2020 6:46 pm
Forum: Bug reports
Topic: SSD1322 macro crashes FC7 test
Replies: 43
Views: 37446

Re: SSD1322 macro crashes FC7 test

Ben, I have run the latest updates as per your link. it says 7.3.0.7 I cant find a recent date for the SSD1322 in the update files, though but I could be wrong there. maybe its hidden. pretty sure I did build it in V7 but I rebuild the 2 macro's in a same simple example just minutes ago and same res...
by Dutch
Tue Jan 28, 2020 9:00 pm
Forum: Bug reports
Topic: SSD1322 macro crashes FC7 test
Replies: 43
Views: 37446

Re: SSD1322 macro crashes FC7 test

Thank you Jari for the test. can you try the SSD1622 by itself again I posted now. this is the macro creating the problem on mine. if its on yours too I can let a moderator know.
by Dutch
Tue Jan 28, 2020 7:25 pm
Forum: Bug reports
Topic: SSD1322 macro crashes FC7 test
Replies: 43
Views: 37446

SSD1322 macro crashes FC7 test

I'm in the middle of making a gLCD display work with the SSD1322 controller. unfortunate i cant find what is wrong at his moment but did anybody got a similar display like this working? Anyway what I want to ask of current Flowcode7 users and if they have the Display package. Is if they could try to...
by Dutch
Mon Jan 27, 2020 6:02 pm
Forum: Feature Requests
Topic: T6963C macro FC7 does not work. FC8 works
Replies: 5
Views: 3161

Re: T6963C macro FC7 does not work. FC8 works

yes pretty recent did run the updates when i had the other LCD issue but just did them again and its now at version 7-3-0-6. in the updated list the date for the gLCD SSD1322 is 7-11-2017 and I cant find it in the latest update list of components. is that correct? I see you mentioned it in the tread...
by Dutch
Sun Jan 26, 2020 11:53 pm
Forum: Feature Requests
Topic: T6963C macro FC7 does not work. FC8 works
Replies: 5
Views: 3161

Re: T6963C macro FC7 does not work. FC8 works

I did all kind of tests with my SSD1322 Oled display. simple sets with initialize and a circle being drawn. I did build a combination in 6800 mode. And in SPI-4 mode (SSD1322 buffered) both to no reaction of the screen whatsoever. in 8080 modus I at lease get the screen on but all noise. (all 64x256...
by Dutch
Sat Jan 25, 2020 6:23 pm
Forum: Feature Requests
Topic: T6963C macro FC7 does not work. FC8 works
Replies: 5
Views: 3161

Re: T6963C macro FC7 does not work. FC8 works

Thank you Ben! I had to rebuild my project hardware but tested it now with FC7 and works :D. I realize I posted this FC7 problem in the FC8 section :? glad you sorted it anyway. But, I ordered a different Oled gLCD display with an SSD1322 and chose the parallel (6800) macro. The display also does SP...
by Dutch
Mon Jan 20, 2020 7:39 pm
Forum: Feature Requests
Topic: T6963C macro FC7 does not work. FC8 works
Replies: 5
Views: 3161

T6963C macro FC7 does not work. FC8 works

T6963C macro FC7 does not work. FC8 works I made a test program around a LGM12864 Longtech display with T6963C controller, but it does not show the correct things on the display. :? The display came out a working unit. After searching for answers I found a similar tread in these forums about a fix i...