====== CSGHex ====== ''CSGHex SlaveAdr, Data'' |//slaveAddress//|CSG I2C slave address | |//data//|Hexadecimal value to display | Model : CSG (7 Segment module) The CSGHex command is used to print Hexadecimal values to the display. Const Device = CB280 Set I2c 9,8 'must be used before the CSGDec command Dim b As Integer b=8 Do CSGHex 0,b 'CSGHex command Delay 100 b = b + 1 If b=0 Then b=200 Loop [[cubloc:index#Graphic/Display_Library:|Go CUBLOC home]]