0 Members and 5 Guests are viewing this topic.
[Pic1]->GDB1
I believe that you store that data into another variable.Then, use that variable normally.Code: [Select][Pic1]->GDB1EDIT: Also, does anyone know what DATA→NAME does? Use? Practical application?
:[Pic1]->Pic1 ;Store the picture in memory call it Pic1:det(12) ;Add 12 zeros (96 pixels) to the bottom:conj(Pic1,L6,768) ;Copy all 768 bytes to the graph buffer:DispGraph ;Draw the buffer onto the screen
:[Pic1]->Pic1 ;Store the picture in memory call it Pic1:det(12) ;Add 12 zeros (96 pixels) to the bottom:Pic1->DispGraph ;Draw the picture directly onto the screen