Jump to content

uriy

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by uriy

  1. I think their reason was to save time and implement it as is right now from the box.

    Be honest collaboration like that is interest for me, but right now I have not enough time.

    I hope to return to that later.

  2. I did some work. Maybe it will usefull for somebody, you can find sources here https://bitbucket.org/only_uriy/ugfx_multiline/src/master/

    There is new widget multilinetextedit. It's not completed, cursor is not redrawing at mouse click position.

    And there are other several prerequisites, which make it not ready to use by all.

    My aim was to show for other persons that it's possible to do. Because thay told before it's impossible.

    In attachements you can find main.c for test project and video how it looks.

     

    TestProject.7z

  3. We are developing a device with a graphical LCD and hardware qwerty keyboard. 

    We need the ability to enter text data up to 256 characters.  At this time we use gwinTexteditCreate();

    It works, we can type text and move the cursor to left and right by buttons for editing.

    But it allows filling only a single line of text. In a single line we can show up to 32 characters, it's a little bit inconvenient. 
    It's possible to show on our LCD up to 4 lines of text. 
    How to implement multiline text input with the ability to show 4 rows with 32 characters at each line and use cursor for moving up/down, left/right, and scrolling?  

    Thanks in advance!

  4. I'm going to use uGFX for SSD1352. This LCD is not present in drivers list, there is SSD1351 but it's not same.

    My driver implementation is almost working. I am able to show BMP on LCD, but colors are swapped at this time.

    Biggest problem for me screen rotation. I have to rotate it for 180 degree. I found nothing about rotation in datasheet.

    And as  I see uGFX doesn't support software rotation. I found only calls to hardware implementation of rotation in another LCD drivers.

    Is there any helpful information to implement software rotation?

    Thanks in advance!

×
×
  • Create New...