====== CSGDec ====== ''CSGDec SlaveAdr, Data'' |//slaveAddress//|CSG I2C slave address | |//data//|Decimal value | Model : CSG (7 Segment module) The CSGDec command is used to print decimal 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 CSGDec 0,b 'CSGDec command Delay 100 b = b + 1 If b=0 Then b=200 Loop [[cubloc:index#Graphic/Display_Library:|Go CUBLOC home]]