From 09549d0e45204ed673dd8311184e35018b289fbc Mon Sep 17 00:00:00 2001 From: BornaBiro <43830307+BornaBiro@users.noreply.github.com> Date: Tue, 28 Jul 2020 15:10:49 +0200 Subject: [PATCH] Updated documentation on loading images from microSD card on slave mode example --- .../Inkplate_slave_mode_documentation.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/3. Others/1-Inkplate_Slave_Mode/Inkplate_slave_mode_documentation.txt b/examples/3. Others/1-Inkplate_Slave_Mode/Inkplate_slave_mode_documentation.txt index cce11d5..3828bd0 100644 --- a/examples/3. Others/1-Inkplate_Slave_Mode/Inkplate_slave_mode_documentation.txt +++ b/examples/3. Others/1-Inkplate_Slave_Mode/Inkplate_slave_mode_documentation.txt @@ -134,8 +134,8 @@ example #G(003)* drawBitmap: #H(XXX,YYY,"PATH")* XXX - X position of bitmap on display YYY - Y position of bitmap on display -PATH - path to bitmap image on SD card -example: #H(000,000,"/bitmapName.bmp")* +PATH - path to bitmap image on SD card, where path should be sent as HEX Char (same as for print command). Example: /image1.bmp should be sent as 2f696d616765312e626d70 +example: #H(000,000,"2f696d616765312e626d70")* where 2f696d616765312e626d70 means /image1.bmp response: #H(1)* - Image loaded succesfully #H(0)* - Image load failed #H(-1)* - SD Card Init Error