Jump to content

DeusExMachina

Members
  • Posts

    26
  • Joined

  • Last visited

Posts posted by DeusExMachina

  1. Finally I received the display. sh1106 resembles ssd1306 but not the same. For now I get just junk on the screen...

  2. This is my last project, board distributor provided only one static image on screen :)

    The project uses slightly modified ugfx engine + Chibios + lwip (webserver + Modbus TCP) + Modbus RTU + AT45 dataflash for storing settings... It supports shell in CDC USB and many other features :) It is prototype of oil level meter sensor (display part).

  3. Sorry, it was my error. I destroyed widgets (and they destroyed on memory, but not on the screen), but and when I called gdispClear() which cleared only last widget area I thought that it is destructor problem. I need to reset output window by gdispUnsetClip() to all screen size and after that to clear it.

  4. I have a bunch of buttons on screen, and I need to draw another window with another controls set. In site documentation we have a gwinDefault() function to destroy widget, but it seems that this function not implemented yet.

    If you do not longer need the widget, you simply pass it's handle to the gwinDefault() routine. All the allocated memory will be freed and the widget area will be cleared.

  5. Sorry, but I cant figure out where I have to select 8bit mode for fsmc and where I can tell uGFX about this inside ssd1963 driver (I use Chibios). May be where is some full example on, may be other LCD driver (stm32f4xx + fsmc + chibios?

×
×
  • Create New...