gdisp_lld_config.h 766 B

12345678910111213141516171819202122232425
  1. /*
  2. * This file is subject to the terms of the GFX License. If a copy of
  3. * the license was not distributed with this file, you can obtain one at:
  4. *
  5. * http://ugfx.io/license.html
  6. */
  7. #ifndef _GDISP_LLD_CONFIG_H
  8. #define _GDISP_LLD_CONFIG_H
  9. #if GFX_USE_GDISP
  10. /*===========================================================================*/
  11. /* Driver hardware support. */
  12. /*===========================================================================*/
  13. #define GDISP_HARDWARE_STREAM_WRITE GFXON
  14. #define GDISP_HARDWARE_STREAM_READ GFXON
  15. #define GDISP_HARDWARE_CONTROL GFXON
  16. #define GDISP_LLD_PIXELFORMAT GDISP_PIXELFORMAT_RGB565
  17. #endif /* GFX_USE_GDISP */
  18. #endif /* _GDISP_LLD_CONFIG_H */