【M5Stack_Core2】Core2_Factory_test解析

jpeg file f:id:chiyoh:20200919225422p:plain

mono file f:id:chiyoh:20200919225444p:plain

@rem jpeg バッテリーチャージ
python code2bin.py batPower.c

@rem jpeg 時間再描画
python code2bin.py clockImage.c

@rem jpeg 起動画面
python code2bin.py Core2Cover.c

@rem jpeg メイン画面
python code2bin.py Core2Main.c

@rem jpeg アプリ(IMU)メニュー画面
python code2bin.py imageMenu.c

@rem jpeg SDカード再描画
python code2bin.py sdCardImage.c

@rem jpeg SYSTEMアプリ画面
python code2bin.py SettingAppImage.c

@rem jpeg タイマーアプリ
python code2bin.py TimerAppImage.c

@rem jpeg タッチスクリーン座標再描画
python code2bin.py touchImage.c

@rem jpeg WIFIアプリ画面
python code2bin.py WifiSacn.c

@rem audio タッチ音
python code2bin.py bibisig.c

@rem audio 起動音
python code2bin.py preview_R.c


@rem 7 DisBatbuff.drawColorBitmap(31,19,27,11, batRect[sytState.batCount], 0xff9c00, 0x000000);
python code2drawColorBitmap.py batRect.c -width 27 27 27 27 27 27 27

@rem 11 DisClockbuff.drawColorBitmap(posx[0],26,24,42, DigNumber[ sytState.Rtctime.Hours / 10 ], 0xff9c00, 0x1a1100);
python code2drawColorBitmap.py digNumber.c -width 24 24 24 24 24 24 24 24 24 24 24

@rem 11 DisClockbuff.drawColorBitmap(posx[4],33,18,35, DigNumber_35px[ sytState.Rtctime.Seconds / 10 ], 0xff9c00, 0x1a1100);
python code2drawColorBitmap.py digNumber_35px.c -width 18 18 18 18 18 18 18 18 18 18 18

@rem 6  DisClockbuff.drawColorBitmap(0,0,164,17, rectptrBuff[sytState.clockCount], 0xff9c00, 0x000000);
python code2drawColorBitmap.py image.c -width 164 164 164 164 164 164

@rem 4  Disbuff.drawColorBitmapAlpha(posx,posy,53,33, (uint8_t*)ptr2, color, 0x000000);
python code2drawColorBitmap.py initImage.c -width 53 53 53 53

@rem 16 DisBatbuff.drawColorBitmap(3,20,7,10, Number_7x10px[batVoltage1], 0xff9c00, 0x000000);
@rem    DisTouchbuff.drawColorBitmap(19,15,3,10, (uint8_t*)Number_7x10px[13], 0xff9c00, 0x000000);
@rem    DisBatbuff.drawColorBitmap(3,37,60,10, Number_7x10px[14], color, 0x000000);
python code2drawColorBitmap.py Number8x7.c -width 7 7 7 7 7 7 7 7 7 7 7 7 7 3 60 7

@rem 4
@rem     DisPowerbuff.drawColorBitmap(0,65,77,37, (uint8_t*)image_External, color2, 0x000000);
@rem     DisPowerbuff.drawColorBitmap(0,0,77,37, (uint8_t*)image_Internal, color1, 0x000000);
@rem     DisPowerbuff.drawColorBitmap(0,39,77,24, (uint8_t*)image_power, 0xff9c00, 0x000000);
@rem     DisPowerbuff.drawColorBitmap(54,posy,20,31, (uint8_t*)image_PowerC, 0xae2828, 0x000000);
python code2drawColorBitmap.py power.c -width 77 77 77 20

@rem 7
@rem (未使用)
python code2drawColorBitmap.py rect_320_20.c -width 320 320 320 320 320 320 320

@rem 6
@rem   Disbuff.drawColorBitmap(122,98,76,44, TouchFishBuff[count_n], 0xff9c00, 0x000000);
python code2drawColorBitmap.py touchFish.c -width 76 76 76 76 76 76