GUITouchConf.h
上传用户:zbk8730
上传日期:2017-08-10
资源大小:12168k
文件大小:1k
源码类别:

uCOS

开发平台:

C/C++

  1. /*
  2. *********************************************************************************************************
  3. *                                                礐/GUI
  4. *                        Universal graphic software for embedded applications
  5. *
  6. *                       (c) Copyright 2002, Micrium Inc., Weston, FL
  7. *                       (c) Copyright 2000, SEGGER Microcontroller Systeme GmbH          
  8. *
  9. *              礐/GUI is protected by international copyright laws. Knowledge of the
  10. *              source code may not be used to write a similar product. This file may
  11. *              only be used in accordance with a license and should not be redistributed 
  12. *              in any way. We appreciate your understanding and fairness.
  13. *
  14. * File        : GUITouch.Conf.h
  15. * Purpose     : Configures emWin GSC touch screen module
  16. *********************************************************************************************************
  17. */
  18. #ifndef GUITOUCH_CONF_H
  19. #define GUITOUCH_CONF_H
  20. #define GUI_TOUCH_AD_LEFT   80   
  21. #define GUI_TOUCH_AD_RIGHT  950    
  22. #define GUI_TOUCH_SWAP_XY   0
  23. #define GUI_TOUCH_MIRROR_X  0
  24. #define GUI_TOUCH_MIRROR_Y  1
  25. #define GUI_TOUCH_AD_TOP  100 
  26. #define GUI_TOUCH_AD_BOTTOM 900
  27. #endif /* GUITOUCH_CONF_H */