Jump to content

jarekl

Members
  • Posts

    4
  • Joined

  • Last visited

  1. How do you know which driver is used? The only information I have is from one web page that claims the driver is ILI9325C.
  2. I have a display with the ILI9325C controller that I would like to use but I need to access it over the SPI interface. It seems similar enough to the ILI9325 (some register values differ) so that part of the driver maybe already works but SPI doesn't. Question then, how much of an effort is it to add SPI to this driver? Which files should I start to look into to make this happen?
  3. Amazing. I was staring at that error for hours and didn't see it. Thanks.
  4. I'm getting an error in fonts.h #error "GDISP: No fonts have been included" even though a font has been defined in gfxconf.h .. #define GDISP_INCLUDE_FONT_FIXED_10x20 FALSE #define GDISP_INCLUDE_FONT_FIXED_7x14 TRUE #define GDISP_INCLUDE_FONT_FIXED_5x8 FALSE .. I'm totally puzzled. Fonts.h includes gfx.h. There is only one gfx.h and only one gfxconf.h on my system (no confusion about which file is included), yet, I get this error.
×
×
  • Create New...