Jump to content

zhuantou215

Members
  • Posts

    50
  • Joined

  • Last visited

Posts posted by zhuantou215

  1. First of all, thank you very much. I like ugfx. very much. I've solved a lot of problems with your help. Now I want to migrate ugfx to any development board. For example, I'm now going to be transplanted to im6ul, and my LCD doesn't know what type it is, of course that's not the point of the problem. I've seen a lot of Wiki's official website.Because I just started, can you tell me the specific steps?

  2.  
     

    I haven't changed anything on ugfX. I don't have a problem when I run /uGFX/demos/modules/gdisp/basics.

    But as soon as I turned to /uGFX/demos/modules/gwin/label, this was wrong. I checked and didn't miss gfxconf.h.

  3. I'm executing /uGFX/demos/modules/gwin/label. There is always a false error:

    unknown type name 'GListene R'GListener GL;

    error: unknown type name 'GHandle'GHandle ghLabel1, ghLabel2;

    How should a mistake like this be solved?

  4. Thank you very much. I installed (SDL 1.2.15-9, sdl2 2.0.7-1, multilib/lib32-sdl 1.2.15-7, multilib/lib32-sdl2 2.0.7-1). Then using make.

    Appear:Makefile:47:../uGFX/tools/gmake_scripts/compiler_gcc.mk: No such file or directory still appears.

    Make: * * * * * No rule to make target'../uGFX/tools/gmake_scripts/compiler_gcc.mk'. Stop.

    I tried a lot of different paths, and I had a good run on windows.How to set the path correctly?Is there any problem with the SDL I installed?

  5. First of all, thank you very much for your answer. How to use framebuffer on Linux, if framebuffer is activated. Can ugfx run on Linux? Or there is a certain relationship between framebuffer and LCD.

  6. Thank you very much for your answer. I'vebeen able to run well on winodws. Now just want to run on Linux. I also tried to install SDL2, but I always hint at make to execute makefile。

    Makefile:47: ../uGFX/tools/gmake_scripts/compiler_gcc.mk: No such file or directory
    make: *** 没有规则可制作目标“../uGFX/tools/gmake_scripts/compiler_gcc.mk”。 停止。
     

    What I use on Linux is the terminal to execute makefile.
  7. First of all, thank you very much for helping me to solve a lot of problems. But there are new problems. I ran on ARCHLINUX, and I didn't find sdl2-dev. I now want ugfx to compile a running EXE file like Windows. And I found that this sdl2 is also a GUI library. So how can I solve this problem.

  8.  
     

    I am still a new man, hoping to get the guidance of the great God. Every time I use CodeBlocks to compile to gos_rules.h, I always make a mistake in this #error "GOS: No operating system has been defined.".

×
×
  • Create New...