Jump to content

Fabien Comte

Members
  • Posts

    63
  • Joined

  • Last visited

Posts posted by Fabien Comte

  1. 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 ?

     

  2. 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

     

  3. On ‎23‎/‎09‎/‎2017 at 00:00, inmarket said:

    Redirect stderr to a file. Without that redirection there are all sorts of reasons you might not see the messages.

    Eg. Program 2> logfile

     

    Hello,

    Thank you for your help. I'm out of office, i will test tomorrow.

  4. 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...