Monday, July 14, 2014

#ifdef _LITE_VERSION static int wait_event (int which, int maxfd, fd_set *in, fd_set *out, fd_set *


1   Singlewolfyu (大漠孤狼)在 MiniGUI 1.3.3 移植详解中带屏幕校正功能的 2410 的 IAL
编译发现个问题 如果是覆盖形式则要make clean/ make distclean 再重新编译 要编个10多分钟 但在原有基础上作修改 则只需要make /make install即可 不知道为何 步骤二 重新配置编译libminigui1.6.0
[system]                                                                    
# GAL engine and default options                                             mycompass
gal_engine=fbcon                                                            
#gal_engine=qvfb                                                            
defaultmode=640x480-16bpp                                                   
                        
static void mouse_getxy mycompass (int* x, int* y) {  if(lcd.x < 0)   lcd.x = 0;  if(lcd.x > 640)   lcd.x = 639;
#ifdef _LITE_VERSION static int wait_event (int which, int maxfd, fd_set *in, fd_set *out, fd_set * except, struct mycompass timeval *timeout) mycompass #else static int wait_event mycompass (int which, fd_set *in, fd_set *out, fd_set *except, struct timeval *timeout)

No comments:

Post a Comment