diff --git a/dev/create_us_land_and_CJK_hmi_from_original.md b/dev/create_us_land_and_CJK_hmi_from_original.md index 6c71f3f..4ca357b 100644 --- a/dev/create_us_land_and_CJK_hmi_from_original.md +++ b/dev/create_us_land_and_CJK_hmi_from_original.md @@ -2,18 +2,18 @@ ## Creating `nspanel_us_land.HMI` from `nspanel_eu.HMI` -### Program.s -Change to `display_mode=3` +- **Program.s:** + - Change to `display_mode=3` -### Page `home` -1. Change left_bt_pic (x,y,w,h) from ( 47,307,120,3) to (467,173,3,120) -2. Change right_bt_pic(x,y,w,h) from (288,307,120,3) to (467, 27,3,120) -3. Rotate pictures 30 & 31 by 90degrees - You will find the rotated pics under `\dev\ui\us_land\pics` folder. +- **Page `home`:** + 1. Change left_bt_pic (x,y,w,h) from ( 47,307,120,3) to (467,173,3,120) + 2. Change right_bt_pic(x,y,w,h) from (288,307,120,3) to (467, 27,3,120) + 3. Rotate pictures 30 & 31 by 90degrees - You will find the rotated pics under `\dev\ui\us_land\pics` folder. ## Creating `nspanel_CJK_xxx.HMI` from `nspanel_xxx.HMI` -### Program.s -Change to `charset=2` +- **Program.s:** + - Change to `charset=2` -### Fonts -1. Replace `ubuntuXX` fonts by the ones available under `\dev\ui\fonts\CJK` folder. +- **Fonts:** + - Replace `ubuntuXX` fonts by the ones available under `\dev\ui\fonts\CJK` folder.