PINPAD Configuration Summary

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 (data[0]: 0x00 for Left, 0x01 for Center, 0x02 for Right).

3. Set Background Color

  boolean setGUIConfiguration(String key, String value) throws DeviceException
  
  - Parameters:
    - key: "displaybackcolor"
    - value: RGB color value (format is #[a-f0-9A-F]{6}, default, "#6C8C4F").

4. Set Text Color

5. Enable/Disable Background Darkening

6. Display Text on PINPad Screen

7. Custom Display Implementation

If the default display settings do not meet requirements, customers can implement their own GUI. Refer to: Customize PINPAD GUI.

Sound Settings

1. Enable/Disable Sound

2. Custom Sound

If the default sound is unsatisfactory, consult sales for customization options. Provide an audio file, and development support will be required for integration.

UI Style Settings

1. Set UI Style

2. Custom UI Style

Keyboard Settings

- Keyboard customization is not supported. If required, consult sales for further assistance.

For more details, refer to the WizarPOS SDK API Documentation.

Last updated