> For the complete documentation index, see [llms.txt](https://hichigo.gitbook.io/binary-lock/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hichigo.gitbook.io/binary-lock/settings/corebinarylock/lcdlock30bitwall.md).

# BP\_LCDLock\_30Bit\_Wall

* Lock inherited from **BP\_CoreBinaryLock**.
* The number of buttons has been changed (30 pieces).

{% hint style="danger" %}
For locks with LCD display, you should not use the number of buttons (bits) more than 31, see [here ](/binary-lock/info.md)why.
{% endhint %}

* Added static mesh component (**SM\_LCDPanelLarge**). There are 10 materials in this grid that show the number that is currently entered.

![](https://4118963518-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-McYKmKU7fvVCvzHRoi0%2F-Mcef6EgYihRXSDV-rix%2F-McefR6VU0TbHFzSRngH%2Fimage.png?alt=media\&token=dce00ad9-81ee-4df4-b0ce-4a5b08d26a4d)

* Redefined function **CreateDynamicMaterialsForDigits** which creates and stores links to dynamic materials for changing numbers, the function is called on **BeginPlay**.

{% hint style="warning" %}
For the **CreateDynamicMaterialsForDigits** function to work, it is important to specify the material indices in which the numbers are displayed.

This is indicated in the variables:

* **FirstIndexDigitMat** (integet): in this case 2
* **LastIndexDigitMat** (integet): in this case 11
  {% endhint %}

![](https://4118963518-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-McYKmKU7fvVCvzHRoi0%2F-Mcef6EgYihRXSDV-rix%2F-McefYnpMuATwnO6aYV6%2Fimage.png?alt=media\&token=c8c9ca0b-0dbd-4d92-a9df-528fc1063824)

![](https://4118963518-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-McYKmKU7fvVCvzHRoi0%2F-Mcef6EgYihRXSDV-rix%2F-McefggAu9ep3jdE13re%2Fimage.png?alt=media\&token=f92c827d-b28f-4815-92e4-2233a93ab9d0)

Each digit can be assigned a material with any color

![](https://4118963518-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-McYKmKU7fvVCvzHRoi0%2F-Mcee2P7X5bhGLHpOtJ7%2F-Mceekk7WRqKNoCQUBFW%2Fimage.png?alt=media\&token=0bc90072-c712-4a29-b081-f6613a7940cd)

### Maximum number for a correct password

from 0 to 1073741823

![](https://4118963518-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-McYKmKU7fvVCvzHRoi0%2F-McivxgXm4gFHj26lhyP%2F-Mciw4Fm3_Vm-iVQSkXx%2Fimage.png?alt=media\&token=241a80fe-5dbc-4580-9cf0-64f6fc5f184b)
