Jump to content

Mat.Alm

Members
  • Posts

    2
  • Joined

  • Last visited

  1. Hello! I was using ugfx normally and i have the terminal creation working like this: void create_term (void) { GWindowInit Gwi; Gwi.show = TRUE; Gwi.height = 29; Gwi.width = 319; Gwi.x = 0; Gwi.y = 241; term1 = gwinConsoleCreate(0, &Gwi); gwinSetColor(term1, Green); gwinSetBgColor(term1, Black); gwinClear(term1); } All was working well the terminal works fine! But after enable tabs widget I run in hard fault in the create term function! If I skip calling create_term function the system does not crash and the tabs widget works fine. So my problem is that terminal and tabs widget can not work together without crash my system Any help?
×
×
  • Create New...