Jump to content

CSMG Sarma

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

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

  1. HI List Thanks for the inputs. Sorry for the delay. @inmarket the display driver file was included. I had accidentally initialized GDISPVMT_OnlyOne with 0. Now I am able to initialize the GLCD with gdisp_lld_init which in turn calls my custom code for GLCD initialization. I also have some hardware issues to fix. My next trail would be to display text and images using GDISP libs which I am currently doing using my custom code. I have to cleanup the code before I post it here. That might take some time. Best regards Sarma
  2. Joel, Thanks for the quick pointer. I shall check this and revert. Best regards Sarma
  3. Hi List Forgot to mention that I had created a bare metal project(Empyt Keil project for K64 series with Startup code), imported gfxconf.h, main.c to keil project from "..\ugfx_2.7\demos\modules\gdisp\basics" I am getting the following linker errors. Did I miss adding any files having the definition of APIs listed here or I'll have to define them my self. Best regards Sarma
  4. Hi List, I am trying to build uGFX library for my Freescale TWR-K64 board. The OS is MQX RTOS, IDE is Keil and the GLCD controller is UC1608 from Orient displays. Inspired with the help documentation I have started with the bare metal porting of uGFX library for GDISP module. Before starting I have referred these links: http://api.ugfx.io/modules.html https://wiki.ugfx.io/index.php/Using_Keil_µVision_5_MDK-ARM and followed the steps given here to build my project. I am looking for a step to step guide for creating a Bare metal port for my TWR-64 board with UC1608 monochrome GLCD display. I have created a project which is compiling but while single stepping I see that gdisp_lld_init() and other related APIs are not called after _gdispInit()[called from gfxInit() Call ] API is executed. I'd appreciate anyone sharing this info or point me to appropriate references. Thanks in anticipation, Sarma
×
×
  • Create New...