Jump to content

Fabien Comte

Members
  • Posts

    63
  • Joined

  • Last visited

Everything posted by Fabien Comte

  1. Hello, I have a custom draw with image for buttons and labels and it looks like if x y havec an offset of +1 to +3 pixels (difficult to evaluate). Do you have an idea ?
  2. Hello, I want to open a great number of images (150 images that will use 25 % of my RAM when open) but ugfx returns errors after N open (dont' know N exactly). Is there a parameter to increase please ? Thank you
  3. But if i do a full redraw of the screen with my black background, i want to avoid this white flash.
  4. Thank you for your quick answer. I am sorry but i don't know how to use your last post to avoid my issue...
  5. Do you have any exemple of multiple display API ?
  6. Hello, I tried to take a look to your proposal but i not found were you are speaking about. Another question on this theme please: When i change page from one with a black background to another one with a black background, i can see a very quick grey or white (maybe 1 frame). There is probably a fill function before background draw. Do you confirm ? If yes, how to disable it please ? Thank you.
  7. I will try that in few days. Thank you for your help.
  8. Hello, A question please, why (advantages or defaults) don't you coded console and graph as widgets ? Thank you
  9. Hi, I'm not memory limited, is there any exemple how to "pixmap hack" a widget ? Else, where i have to code that ? Thank you
  10. Fabien Comte

    Flicker

    Hello, How to avoid flicker during console or image update (like a double buffer) ? Thank you.
  11. Hello, I want to update a text in a console but i can see the refresh blink. Is there any way to use a double buffer for console ? Thank you
  12. Hello, There is Something Strange with your response. Why if i load a file as JPG or PNG (same image, same resolution) i get different performance if it's uncompressed in cache* ? * i load images on startup.
  13. Hello, I try to use a pixmap on a background without success. i have an image preloaded in myimage and i imagined that the next sequence load it in pixmap but it looks like that it reads pixmap. My question is how to load a file into a pixmap ? mypixmap = gdispPixmapCreate(CONTAINER_WIDTH, CONTAINER_HEIGHT); gdispImageOpenMemory(&myimage, gdispPixmapGetMemoryImage(mypixmap _selection));
  14. Hello, Is there any basic page transition animations ? (simple like a slide)
  15. No, i don't need it, it was just a compatibility test. Thank you.
  16. Hello, I try to run Notepad demo on Odroid C2 with a VU7 plus touch screen. Display looks correct but touch event doesn't work. I use GFXBOAD=Linux-Framebuffer-Touch settings, I have multiple instances of event (event0 to event5), I tried each without any success. On console event2 looks like the screen touch event. What can i check please ?
  17. It works, it was a bad GCC CPU configuration. For people that build directly on the final target, use this CPU.mk # # This file is subject to the terms of the GFX License. If a copy of # the license was not distributed with this file, you can obtain one at: # # http://ugfx.org/license.html # # # See readme.txt for the make API # # Requirements: # # NONE # # no more flags, let GCC set the right values
  18. Hello, Thank you for your help. I'm out of office, i will test tomorrow.
  19. Hello, Thank you, sorry for my late response, i was out for few days. There was no output on console, do you expect something in system log (dmesg) ? I will check that asap.
  20. Hello, I wanted to try uGFX on Odroid C1 with framebuffer but it's not a success as expected. I modified the files for the right ARM processor (Cortex A5). I built hello world with success (as Raspberry tutorial). When i run it, nothing (application is running but screen remain unchanged). Do i missed something ? Thank you for your help.
×
×
  • Create New...