Jump to content

zhuantou215

Members
  • Posts

    50
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I hope the administrator can give me a reply. I would like to thank you very much.
  2. First of all, I would like to thank you for your help. My screen has been able to display normally, I am trying to touch. But I don't know which touch driven template to use. My LCD screen is RGB888, which belongs to capacitance screen. My touch chip is gt911, I2c driver touch chip. I hope you can tell me which touch drive template should be used!!!
  3. zhuantou215

    GDISP

    Thank you very much for your help. I'm using the GDISP module now. I want to draw a triangle. I tried many ways, but I couldn't get the triangle. I think there is no triangle function. I'm very confused. I hope you can help me.
  4. zhuantou215

    image

    Thank you very much for your help. I can only pull the path of the picture into file2c.exe.But I can't use it. I hope you can tell me how to use it.
  5. zhuantou215

    image

    Thank for your help.If I want to use custom pictures, how to convert pictures into code? Are there any special tools?
  6. Hello, but the problem is not solved. I still don't go to the font to convert that page. I sincerely hope that you can help me. After solving this problem, I will delete these contents.
  7. Thank you very much for your help. Now I want to use a custom font. But the web page can't be loaded. This can be done very easily using our online converter. I hope to get your help.
  8. Thank you very much for your help. My board can work well.Now I want to achieve touch function, but I use demos/modules/ginput/keyboard every time. There are always the following mistakes: ..\..\Output\LCD.axf: Error: L6218E: Undefined symbol GKEYBOARDVMT_OnlyOne (referred from gfx_mk.o). What is the reason for this?
  9. Thank you for your help. My development board can only be displayed to this extent. I found that there were two functions I didn't implement. As shown below. systemticks_t gfxSystemTicks(void) { return SysTick->VAL; } systemticks_t gfxMillisecondsToTicks(delaytime_t ms) { return ms; } What should I do to implement these two functions.I hope that good people can help me.
  10. Thank you very much for your help. Can you upload your template?
  11. First of all, thank you very much for your help. The compiler I use is Keil. whenever I do not add a LCD driver, the compiler is always wrong: ..\ugfx\src\../src/gdisp/gdisp.h (166): error: #5: cannot open source input file "gdisp_lld_config.h": No such file #error directive "GDISP:Unsupported color system" Undefined typedef COLOR_TYPE color_t; I follow https://wiki.ugfx.io/index.php/Using_Keil_µVision_5_MDK-ARM。Using the template LCD driver of ugfx. Project compilation is no problem. Now, I want to use a custom LCD driver. How should I modify it。
  12. Thank you very much for your help.I also tried to #define GFX_COMPILER GFX_COMPILER_KEIL.But the mistakes are the same as above。
  13. Thank you very much for your help. When I use the Keil Vision 5 compiler, this error is always I also do it according to https://wiki.ugfx.io/index.php/Using_Keil_µVision_5_MDK-ARM。Sincerely hope that the new love will help me.
  14. Very, very very, thank you for your help. But I have another problem. Under eclipse, I click Debug to always show: Error with command: GDB --version Cannot run program "GDB": Unknown reason I tried to install the CDT plug-in, but I couldn't solve it. Click the run button console block diagram not to display.
×
×
  • Create New...