mirror of
https://github.com/No-Chicken/Power-Pico.git
synced 2026-04-03 13:02:36 +08:00
更新版本
This commit is contained in:
9
software/Power_Pico/MDK-ARM/EventRecorderStub.scvd
Normal file
9
software/Power_Pico/MDK-ARM/EventRecorderStub.scvd
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
|
||||||
|
<component_viewer schemaVersion="0.1" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="Component_Viewer.xsd">
|
||||||
|
|
||||||
|
<component name="EventRecorderStub" version="1.0.0"/> <!--name and version of the component-->
|
||||||
|
<events>
|
||||||
|
</events>
|
||||||
|
|
||||||
|
</component_viewer>
|
||||||
@@ -500,7 +500,7 @@ void ui_SetPage_screen_init(void)
|
|||||||
ui_LabelAbout = lv_label_create(ui_PanelAbout);
|
ui_LabelAbout = lv_label_create(ui_PanelAbout);
|
||||||
lv_obj_set_width(ui_LabelAbout, LV_SIZE_CONTENT); /// 1
|
lv_obj_set_width(ui_LabelAbout, LV_SIZE_CONTENT); /// 1
|
||||||
lv_obj_set_height(ui_LabelAbout, LV_SIZE_CONTENT); /// 1
|
lv_obj_set_height(ui_LabelAbout, LV_SIZE_CONTENT); /// 1
|
||||||
lv_label_set_text(ui_LabelAbout, "About\nPower-Pico\nThe uA current meter\nV 1.0.7");
|
lv_label_set_text(ui_LabelAbout, "About\nPower-Pico\nThe uA current meter\nV 1.0.8");
|
||||||
lv_obj_set_style_text_font(ui_LabelAbout, &lv_font_montserrat_16, LV_PART_MAIN | LV_STATE_DEFAULT);
|
lv_obj_set_style_text_font(ui_LabelAbout, &lv_font_montserrat_16, LV_PART_MAIN | LV_STATE_DEFAULT);
|
||||||
|
|
||||||
// init setting values
|
// init setting values
|
||||||
|
|||||||
@@ -46,8 +46,9 @@ Dma.SPI2_TX.0.PeriphDataAlignment=DMA_PDATAALIGN_BYTE
|
|||||||
Dma.SPI2_TX.0.PeriphInc=DMA_PINC_DISABLE
|
Dma.SPI2_TX.0.PeriphInc=DMA_PINC_DISABLE
|
||||||
Dma.SPI2_TX.0.Priority=DMA_PRIORITY_LOW
|
Dma.SPI2_TX.0.Priority=DMA_PRIORITY_LOW
|
||||||
Dma.SPI2_TX.0.RequestParameters=Instance,Direction,PeriphInc,MemInc,PeriphDataAlignment,MemDataAlignment,Mode,Priority,FIFOMode
|
Dma.SPI2_TX.0.RequestParameters=Instance,Direction,PeriphInc,MemInc,PeriphDataAlignment,MemDataAlignment,Mode,Priority,FIFOMode
|
||||||
FREERTOS.IPParameters=Tasks01,configUSE_TICK_HOOK
|
FREERTOS.FootprintOK=true
|
||||||
FREERTOS.Tasks01=defaultTask,24,128,StartDefaultTask,Default,NULL,Dynamic,NULL,NULL
|
FREERTOS.IPParameters=Tasks01,configUSE_TICK_HOOK,FootprintOK
|
||||||
|
FREERTOS.Tasks01=defaultTask,8,128,DefaultTask,Default,NULL,Dynamic,NULL,NULL
|
||||||
FREERTOS.configUSE_TICK_HOOK=1
|
FREERTOS.configUSE_TICK_HOOK=1
|
||||||
File.Version=6
|
File.Version=6
|
||||||
GPIO.groupedBy=
|
GPIO.groupedBy=
|
||||||
|
|||||||
Reference in New Issue
Block a user