Displaying Videos and Images on 4Dsystems uOLED Serially


Closed Thread
Results 1 to 40 of 68

Hybrid View

  1. #1
    Join Date
    Oct 2010
    Posts
    413


    Did you find this post helpful? Yes | No

    Default Re: Displaying Videos and Images on 4Dsystems uOLED Serially

    i just tried it. It doesnt help.

    What is that ,$0D,$0A doing?

    thanks for your reply!!!

  2. #2
    Join Date
    May 2008
    Location
    Italy
    Posts
    825


    Did you find this post helpful? Yes | No

    Default Re: Displaying Videos and Images on 4Dsystems uOLED Serially

    $0D = carriege return. It just move to the first column
    $0A = new line. It moves to the line below.

    Very likely your display works with pixel coordinate so these commands are useless.

    Try reducing the delay to Find the minimum necessary for having the display working.

    Cheers

    Al.
    All progress began with an idea

  3. #3
    Join Date
    Oct 2010
    Posts
    413


    Did you find this post helpful? Yes | No

    Default Re: Displaying Videos and Images on 4Dsystems uOLED Serially

    I did that and works, but it looks like it has a delay for displaying the lines.

    I wonder if there is any other available modification on the code in order to display both.

    thanks for your kind help.

  4. #4
    Join Date
    Oct 2010
    Posts
    413


    Did you find this post helpful? Yes | No

    Default Re: Displaying Videos and Images on 4Dsystems uOLED Serially

    ok it does not matter this a lot, i can stand with that. Now i need to create some active touch buttons on the screen. Once i manage to do it, i will let you know.

    thanks.

  5. #5
    Join Date
    Oct 2010
    Posts
    413


    Did you find this post helpful? Yes | No

    Default Re: Displaying Videos and Images on 4Dsystems uOLED Serially

    ok lets go back to my previous question first and then i move on to the touch buttons.

    first of all i have been in touch with the guys from 4D system. I have asked them how is it possible to display two line at the same time.

    They told me that the display has a TX output that send to the microcontroller a signal of ACK $06.

    So the microcontroller needs to wait first for the ACK and then to check the second command and display both at the same time.

    Is there any example here in the forum that can guide me how to wait for the ACK of an exernal device?

    I guess that has to do with serial in and serial out ports.

    So what i have to do is that one i send the comand to the display, i need to wait on the RX on microcontroller the right $06. If it read that it is right then i move on the next command.

    could you please help me a bit?

    thanks,


  6. #6
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,116


    Did you find this post helpful? Yes | No

    Default Re: Displaying Videos and Images on 4Dsystems uOLED Serially

    use identifier WAIT(6) in your SERIN2 or HSERIN command.

    Ioannis

  7. #7
    Join Date
    Oct 2010
    Posts
    413


    Did you find this post helpful? Yes | No

    Default Re: Displaying Videos and Images on 4Dsystems uOLED Serially

    thanks Ioannis

Members who have read this thread : 1

You do not have permission to view the list of names.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts