PINPAD UI设置总结: Difference between revisions

From wizarPOS
(Created page with "==PINPAD Configuration Summary == ===Display Settings=== 1. Set Title boolean setGUIConfiguration(int flag, byte[] data) throws DeviceException - Parameters: - flag: 2 - data: Title content (in bytes). 2. Set Alignment boolean setGUIConfiguration(int flag, byte[] data) throws DeviceException - Parameters: - flag: 1 - data: Alignment value (0x00 for Left, 0x01 for Center, 0x02 for Right). 3. Set Background Color boolean setGU...")
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#ifeq:{{currentloggeduser}}||
    <div style="background-color: #ffcccc;border: 1px dashed red; padding: 10px;">
This content is restricted to authorized users only. Please [[Special:UserLogin|log in]] to access additional information.
</div>
|
==PINPAD Configuration Summary ==
==PINPAD Configuration Summary ==


Line 21: Line 26:
   - Parameters:
   - Parameters:
     - key: "displaybackcolor"
     - key: "displaybackcolor"
     - value: RGB color value (e.g., "255,255,255").
     - value: RGB color value (format is #[a-f0-9A-F]{6}, default, "#6C8C4F").


4. Set Text Color  
4. Set Text Color  
Line 28: Line 33:
   - Parameters:
   - Parameters:
     - key: "inputtextcolor"
     - key: "inputtextcolor"
     - value: RGB color value (e.g., "0,0,0").
     - value: RGB color value (format is #[a-f0-9A-F]{6}, default, "#FFFFFF").


5. Enable/Disable Background Darkening
5. Enable/Disable Background Darkening
Line 46: Line 51:
7. Custom Display Implementation
7. Custom Display Implementation
   - If the default display settings do not meet requirements, customers can implement their own GUI. Refer to:   
   - If the default display settings do not meet requirements, customers can implement their own GUI. Refer to:   
     [Customize PINPAD GUI](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/customize-pinpad-gui).
     [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/customize-pinpad-gui Customize PINPAD GUI]
 
=== Sound Settings===
=== Sound Settings===


Line 83: Line 87:
   - Note: Only Dejavoo supports custom UI styles. 除Dajavoo外的客户,不告知style.
   - Note: Only Dejavoo supports custom UI styles. 除Dajavoo外的客户,不告知style.


[https://sdkwiki.wizarpos.com/wizarposapi/ WizarPOS SDK API Documentation].


===Keyboard Settings===
===Keyboard Settings===


- Keyboard customization is not supported. If required, consult sales for further assistance.
- Keyboard customization is not supported. If required, consult sales for further assistance.
这一部分的定制,键盘的样式不能改,Q2和Q3上的样式:
* [https://ftp.wizarpos.com/advanceSDK/q2_layout.png q2_layout.png]
* [https://ftp.wizarpos.com/advanceSDK/q2_example1.png q2_example1.png]
* [https://ftp.wizarpos.com/advanceSDK/q2_example2.png q2_example2.png]
* [https://ftp.wizarpos.com/advanceSDK/q3_layout.png q3_layout.png]
* [https://ftp.wizarpos.com/advanceSDK/q3_layout_example.png q3_layout_example.png]


For more details, refer to the [WizarPOS SDK API Documentation](https://sdkwiki.wizarpos.com/wizarposapi/).
}}

Latest revision as of 05:43, 8 February 2025

This content is restricted to authorized users only. Please log in to access additional information.