Changeset 1136

Show
Ignore:
Timestamp:
11/21/08 11:17:45 (2 months ago)
Author:
bhimebau
Message:

added function diagrams at the bottom of the app

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • analog/pyeac/trunk/eeepc/eacmesh.py

    r1134 r1136  
    1212 
    1313 
    14 class EacMesh()
     14class EacMesh
    1515     
    1616    def __init__(self,xdim,ydim): 
  • analog/pyeac/trunk/eeepc/pyeac.py

    r1110 r1136  
    5959    from controlpanel import EacPanel, ButtonPanel, Context_Sensitive_Panel 
    6060    from raw_display import RawDisplay 
     61    from function_sprite import FunctionSprite 
    6162 
    6263     
     
    8182#    c.add(ecc,0,325) 
    8283 
     84    fs = FunctionSprite() 
    8385 
    8486    csp = Context_Sensitive_Panel(pg, (1,1)) 
     
    137139        screen.blit(phyeac_raw.master_surface,(490,0)) 
    138140        screen.blit(highlighted_surface,(490,0)) 
     141        screen.blit(fs.block_surface,(0,488)) 
    139142        if selected_square_surface != None: 
    140143            screen.blit(selected_square_surface,(490,0))