5.3.1 Changing the Logo of ATWINC Enterprise Security Provisioning Application
Perform the following steps to change the logo of the ATWINC Enterprise Security Provisioning application:
- Open the project WINC1500_SECURITY_ENTERPRISE_PROVISIONING_EXAMPLE from ASF.
- Navigate to
src\ASF\common\components\wifi\winc1500\host_app\provisioning\script
in the example project and replace the available logo with the required logo. - Convert the logo and html content
(web page) to HEX format by running the
hexdump.py
script. It generates thehtml_logo_c_array.txt
file which hashtml_buff
andlogo_buff
arrays. - Copy the content of the arrays
html_buf
andlogo_buff
to the filehtml_page_buf.h
located atsrc\ASF\common\components\wifi\winc1500\host_app\provisioning
. - Build and load the example.